org.xwiki.resource
Class ResourceCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.resource.ResourceCreationException
- All Implemented Interfaces:
- Serializable
@Unstable
public class ResourceCreationException
- extends Exception
Means that an error occurred while trying to construct an Resource object.
- Since:
- 5.3M1
- Version:
- $Id: 68407a4e285226c8445e4c980da7e78941407853 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceCreationException
public ResourceCreationException(String message)
- Parameters:
message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.
ResourceCreationException
public ResourceCreationException(String message,
Throwable throwable)
- Parameters:
message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.throwable - the cause. This can be retrieved later by the Throwable.getCause() method. (A null value
is permitted, and indicates that the cause is nonexistent or unknown)
Copyright © 2004–2014 XWiki. All rights reserved.