Class XarExtensionExtension

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class XarExtensionExtension
    extends org.xwiki.extension.ExtensionException
    Deprecated.
    since 10.5RC1, use XarExtensionException instead
    Base exception for all XAR extension handler specific APIs.
    Since:
    9.3rc1
    Version:
    $Id: 39dc228e64128fa2cc95f2939ac212522c2d6804 $
    See Also:
    Serialized Form
    • Constructor Detail

      • XarExtensionExtension

        public XarExtensionExtension​(String message)
        Deprecated.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • XarExtensionExtension

        public XarExtensionExtension​(Throwable cause)
        Deprecated.
        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
      • XarExtensionExtension

        public XarExtensionExtension​(String message,
                                     Throwable cause)
        Deprecated.
        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