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 tyrex.util.NestedException
A general exception associated with resource management.
- Version:
- $Revision: 1.2 $
- Author:
- Assaf Arkin
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 textexcept
- 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.