OdpException

OdpException class

Represents a standard internal exception type.

OdpException

NameDescription
OdpException()Default function

Returns: OdpException


OdpException

NameDescription
OdpException(String)Constructor allowing a message to be added to this exception.

Parameters:

NameTypeDescription
messageStringmessage

Returns: OdpException


OdpException

NameDescription
OdpException(String, RuntimeException)Constructor for an exception containing a message and an embedded exception.

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Returns: OdpException