Class WikiManagerException

  • All Implemented Interfaces:
    Serializable

    public class WikiManagerException
    extends Exception
    Encapsulate any exception related to WikiDescriptor Manager.
    Since:
    5.1M2
    Version:
    $Id: f479868e0994d0836710800da9fb7a86ba0de8c2 $
    See Also:
    Serialized Form
    • Constructor Detail

      • WikiManagerException

        public WikiManagerException​(String message)
        Construct an exception with the specified detail message.
        Parameters:
        message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.
      • WikiManagerException

        public WikiManagerException​(String message,
                                    Throwable throwable)
        Construct an exception with the specified detail message and cause.
        Parameters:
        message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.
        throwable - the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is permitted, and indicates that the cause is nonexistent or unknown)