Class AdminXmlException

    • Constructor Summary

      Constructors 
      Constructor Description
      AdminXmlException​(java.lang.String s)
      Deprecated.
      Creates a new AdminXmlException with the given descriptive message.
      AdminXmlException​(java.lang.String s, java.lang.Throwable cause)
      Deprecated.
      Creates a new AdminXmlException with the given descriptive message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AdminXmlException

        public AdminXmlException​(java.lang.String s)
        Deprecated.
        Creates a new AdminXmlException with the given descriptive message.
        Parameters:
        s - the detail message
      • AdminXmlException

        public AdminXmlException​(java.lang.String s,
                                 java.lang.Throwable cause)
        Deprecated.
        Creates a new AdminXmlException with the given descriptive message and cause.
        Parameters:
        s - the detail message
        cause - the cause