Package org.xwiki.xar

Class XarException

  • All Implemented Interfaces:
    Serializable

    public class XarException
    extends Exception
    Since:
    5.4RC1
    Version:
    $Id: 6fa16a43e8562af4ca0fb5b194a914095e28b21c $
    See Also:
    Serialized Form
    • 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