org.xwiki.xar
Class XarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.xar.XarException
All Implemented Interfaces:
Serializable

@Unstable
public class XarException
extends Exception

Since:
5.4RC1
Version:
$Id: bc9247fe4c06311be3982a86eb8ef1425496e17e $
See Also:
Serialized Form

Constructor Summary
XarException(String message)
           
XarException(String message, Throwable cause)
           
XarException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.