Package org.bouncycastle.tsp
Class TSPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.tsp.TSPException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TSPValidationException
public class TSPException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TSPException(String message)
TSPException(String message, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
Exception
getUnderlyingException()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-