org.ow2.wildcat.hierarchy.resource
Class ResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.wildcat.hierarchy.resource.ResourceException
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceException
- extends java.lang.Exception
Exception thrown when an operation on a resource failed.
- Author:
- Loris Bouzonnet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResourceException
public ResourceException()
ResourceException
public ResourceException(java.lang.String message)
ResourceException
public ResourceException(java.lang.Throwable cause)
ResourceException
public ResourceException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2008 OW2 Consortium. All Rights Reserved.