cryptix.pki
Class PrincipalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cryptix.pki.PrincipalException
- All Implemented Interfaces:
- java.io.Serializable
- public class PrincipalException
- extends java.lang.Exception
This is the generic Principal exception.
- Version:
- $Revision: 1.2 $
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PrincipalException
public PrincipalException()
- Constructs an exception without a specific error message.
PrincipalException
public PrincipalException(java.lang.String msg)
- Constructs an exception with the specified error message.