org.xwiki.component.manager
Class ComponentRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.component.manager.ComponentRepositoryException
- All Implemented Interfaces:
- Serializable
public class ComponentRepositoryException
- extends Exception
- Since:
- 1.7M1
- Version:
- $Id: e88fcf6b383b45f9054e207b0ffc0741ecb6efcd $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ComponentRepositoryException
public ComponentRepositoryException(String message)
- Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.
ComponentRepositoryException
public ComponentRepositoryException(String message,
Throwable cause)
- Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)
Copyright © 2004-2013 XWiki. All Rights Reserved.