tyrex.resource
Class ResourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tyrex.util.NestedException
                    |
                    +--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.
 
Methods inherited from class tyrex.util.NestedException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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


Intalio Inc. (C) 1999-2001. All rights reserved.