Package org.xwiki.extension.xar
Class XarExtensionExtension
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.extension.ExtensionException
-
- org.xwiki.extension.xar.XarExtensionExtension
-
- All Implemented Interfaces:
Serializable
@Deprecated public class XarExtensionExtension extends org.xwiki.extension.ExtensionException
Deprecated.since 10.5RC1, useXarExtensionException
insteadBase exception for all XAR extension handler specific APIs.- Since:
- 9.3rc1
- Version:
- $Id: 39dc228e64128fa2cc95f2939ac212522c2d6804 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XarExtensionExtension(String message)
Deprecated.XarExtensionExtension(String message, Throwable cause)
Deprecated.XarExtensionExtension(Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XarExtensionExtension
public XarExtensionExtension(String message)
Deprecated.- Parameters:
message
- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.
-
XarExtensionExtension
public XarExtensionExtension(Throwable cause)
Deprecated.- Parameters:
cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). Anull
value is permitted, and indicates that the cause is nonexistent or unknown
-
XarExtensionExtension
public XarExtensionExtension(String message, Throwable cause)
Deprecated.- Parameters:
message
- the detail message (which is saved for later retrieval by theThrowable.getMessage()
method).cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). Anull
value is permitted, and indicates that the cause is nonexistent or unknown
-
-