tyrex.resource

Class ResourceException

public class ResourceException extends NestedException

A general exception associated with resource management.

Version: $Revision: 1.2 $

Author: Assaf Arkin

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.

Constructor Detail

ResourceException

public ResourceException(String message)
Construct a new exception with the specified message.

Parameters: message The message text

ResourceException

public ResourceException(Exception except)
Construct a new exception based on an underlying exception.

Parameters: except The underlying exception

ResourceException

public ResourceException(String message, Exception except)
Construct a new exception based on an underlying exception.

Parameters: message The message text except The underlying exception

Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.