public class OdpReadException extends OdpException
Represents an exception which thrown on presentation reading errors.
Constructor and Description |
---|
OdpReadException()
Default constructor
|
OdpReadException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
OdpReadException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public OdpReadException()
Default constructor
public OdpReadException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic OdpReadException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception