ds.ov2.front
Class PTLS_rsa_parameters.PTLS_io_exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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.
 
Constructor Summary
PTLS_rsa_parameters.PTLS_io_exception(String message)
          Construct a new PTLS_io_exception with the given detailed reason.
PTLS_rsa_parameters.PTLS_io_exception(String message, Throwable cause)
          Constructs a new PTLS_io_exception with the given reason and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Field for the serialVersionUID warning.

See Also:
Constant Field Values
Constructor Detail

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 reason
cause - cause