ds.ov2.front
Class PTLS_rsa_parameters.PTLS_io_exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ds.ov2.front.PTLS_rsa_parameters.PTLS_io_exception
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- PTLS_rsa_parameters
public static class PTLS_rsa_parameters.PTLS_io_exception
- extends IOException
Exception for I/O problems during reading/writing PTLS
parameters from/to disk.
- See Also:
- Serialized Form
Field Summary |
static long |
serialVersionUID
Field for the serialVersionUID warning. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- Field for the serialVersionUID warning.
- See Also:
- Constant Field Values
PTLS_rsa_parameters.PTLS_io_exception
public PTLS_rsa_parameters.PTLS_io_exception(String message)
- Construct a new PTLS_io_exception with the given detailed
reason.
- Parameters:
message
- detailed reason
PTLS_rsa_parameters.PTLS_io_exception
public PTLS_rsa_parameters.PTLS_io_exception(String message,
Throwable cause)
- Constructs a new PTLS_io_exception with the given reason
and cause.
- Parameters:
message
- detailed reasoncause
- cause