tyrex.resource
public class ResourceException extends NestedException
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| ResourceException(String message)
Construct a new exception with the specified message.
| |
| ResourceException(Exception except)
Construct a new exception based on an underlying exception.
| |
| ResourceException(String message, Exception except)
Construct a new exception based on an underlying exception.
| |
Parameters: message The message text
Parameters: except The underlying exception
Parameters: message The message text except The underlying exception