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:
Serializable
public class ESTException extends IOException
Exception emitted by EST classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ESTException(String msg)
ESTException(String msg, Throwable cause)
ESTException(String message, Throwable cause, int statusCode, InputStream body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getBody()
Throwable
getCause()
String
getMessage()
int
getStatusCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getBody
public InputStream getBody()
-
getStatusCode
public int getStatusCode()
-
-