Package org.bouncycastle.est
Class ESTException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.bouncycastle.est.ESTException
-
- All Implemented Interfaces:
java.io.Serializable
public class ESTException extends java.io.IOExceptionException emitted by EST classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ESTException(java.lang.String msg)ESTException(java.lang.String msg, java.lang.Throwable cause)ESTException(java.lang.String message, java.lang.Throwable cause, int statusCode, java.io.InputStream body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamgetBody()java.lang.ThrowablegetCause()java.lang.StringgetMessage()intgetStatusCode()
-