Package org.xipki.scep.client
Class ScepClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.scep.client.ScepClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ScepClientException.OperationNotSupportedException
public class ScepClientException extends Exception
SCEP client exception.- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScepClientException.OperationNotSupportedException
-
Constructor Summary
Constructors Constructor Description ScepClientException(String message)ScepClientException(String message, Throwable cause)ScepClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-