org.xwiki.xar
Class XarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.xar.XarException
- All Implemented Interfaces:
- Serializable
@Unstable
public class XarException
- extends Exception
- Since:
- 5.4RC1
- Version:
- $Id: bc9247fe4c06311be3982a86eb8ef1425496e17e $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XarException
public XarException(String message)
- Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.
XarException
public XarException(Throwable cause)
- Parameters:
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.)
XarException
public XarException(String message,
Throwable cause)
- Parameters:
message - the detail message (which 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–2014 XWiki. All rights reserved.