Class XarExtensionException

  • All Implemented Interfaces:
    Serializable

    public class XarExtensionException
    extends org.xwiki.extension.ExtensionException
    Base exception for all XAR extension handler specific APIs.
    Since:
    10.5RC1
    Version:
    $Id: d3ab9df43581e00c2a1958257ff92a229e711d14 $
    See Also:
    Serialized Form
    • Constructor Detail

      • XarExtensionException

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

        public XarExtensionException​(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
      • XarExtensionException

        public XarExtensionException​(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