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:
java.io.Serializable
public class EPropertyException extends EBaseException
This is the base exception for property handling.- Version:
- $Revision$, $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description EPropertyException(java.lang.String msg)
Constructs property exceptionEPropertyException(java.lang.String msg, java.lang.Throwable cause)
EPropertyException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getBundleName, getParameters, toString, toString
-
-
-
-
Constructor Detail
-
EPropertyException
public EPropertyException(java.lang.String msg)
Constructs property exception- Parameters:
msg
- exception message
-
EPropertyException
public EPropertyException(java.lang.String msg, java.lang.Throwable cause)
-
EPropertyException
public EPropertyException(java.lang.Throwable cause)
-
-