tyrex.resource
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tyrex.util.NestedException
              extended by tyrex.resource.ResourceException
All Implemented Interfaces:
java.io.Serializable

public class ResourceException
extends NestedException

A general exception associated with resource management.

Version:
$Revision: 1.2 $
Author:
Assaf Arkin
See Also:
Serialized Form

Constructor Summary
ResourceException(java.lang.Exception except)
          Construct a new exception based on an underlying exception.
ResourceException(java.lang.String message)
          Construct a new exception with the specified message.
ResourceException(java.lang.String message, java.lang.Exception except)
          Construct a new exception based on an underlying exception.
 
Method Summary
 
Methods inherited from class tyrex.util.NestedException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceException

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

Parameters:
message - The message text

ResourceException

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

Parameters:
except - The underlying exception

ResourceException

public ResourceException(java.lang.String message,
                         java.lang.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.