Package org.xipki.security
Class XiSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.security.XiSecurityException
-
- All Implemented Interfaces:
Serializable
public class XiSecurityException extends Exception
General security exception.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XiSecurityException()XiSecurityException(String message)XiSecurityException(String message, Throwable cause)XiSecurityException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-