com.cassinidivision.oce.content
Class C_ContentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.cassinidivision.oce.content.C_ContentException
All Implemented Interfaces:
Serializable

public class C_ContentException
extends Exception

General OCE content exception class.

Should be thrown to indicate illegal or erroneous states encountered when handling content.

See Also:
Serialized Form

Constructor Summary
C_ContentException()
          Constructor from superclass.
C_ContentException(String arg0)
          Constructor from superclass.
C_ContentException(String arg0, Throwable arg1)
          Constructor from superclass.
C_ContentException(Throwable arg0)
          Constructor from superclass.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

C_ContentException

public C_ContentException()
Constructor from superclass.

See Also:
Exception

C_ContentException

public C_ContentException(String arg0)
Constructor from superclass.

See Also:
Exception

C_ContentException

public C_ContentException(Throwable arg0)
Constructor from superclass.

See Also:
Exception

C_ContentException

public C_ContentException(String arg0,
                          Throwable arg1)
Constructor from superclass.

See Also:
Exception