com.ontimize.dms.jcr
Class CpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ontimize.dms.jcr.CpException
- All Implemented Interfaces:
- java.io.Serializable
public class CpException
- extends java.lang.Exception
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
cause
|
protected static java.lang.String |
MSG_CAUSE
|
protected static java.lang.String |
MSG_ERROR
|
|
Constructor Summary |
CpException(java.lang.String message,
java.lang.String cause)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MSG_ERROR
protected static final java.lang.String MSG_ERROR
- See Also:
- Constant Field Values
MSG_CAUSE
protected static final java.lang.String MSG_CAUSE
- See Also:
- Constant Field Values
cause
protected java.lang.String cause
CpException
public CpException(java.lang.String message,
java.lang.String cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable