Package org.xipki.scep.client
Class ScepClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.scep.client.ScepClientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ScepClientException.OperationNotSupportedException
public class ScepClientException extends java.lang.ExceptionSCEP 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(java.lang.String message)ScepClientException(java.lang.String message, java.lang.Throwable cause)ScepClientException(java.lang.Throwable cause)
-