Package com.netscape.certsrv.property
Class EPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.property.EPropertyException
- All Implemented Interfaces:
Serializable
This is the base exception for property handling.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEPropertyException
(String msg) Constructs property exceptionEPropertyException
(String msg, Throwable cause) EPropertyException
(Throwable cause) -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getBundleName, getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EPropertyException
Constructs property exception- Parameters:
msg
- exception message
-
EPropertyException
-
EPropertyException
-