Package org.bouncycastle.tsp
Class TSPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.tsp.TSPException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TSPValidationException
public class TSPException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TSPException(java.lang.String message)
TSPException(java.lang.String message, java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
java.lang.Exception
getUnderlyingException()
-