Package org.bouncycastle.tsp
Class TSPIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.bouncycastle.tsp.TSPIOException
-
- All Implemented Interfaces:
Serializable
public class TSPIOException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TSPIOException(String message)
TSPIOException(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
-
-