Class JMSAdminException

    • Constructor Detail

      • JMSAdminException

        public JMSAdminException()
        Constructs an JMSAdminException object
      • JMSAdminException

        public JMSAdminException​(String message)
        Constructs an JMSAdminException object
        Parameters:
        message - Exception message
    • Method Detail

      • getLinkedException

        public Exception getLinkedException()
        Gets the exception linked to this one
        Returns:
        the linked Exception, null if none
      • setLinkedException

        public void setLinkedException​(Exception ex)
        Adds a linked Exception
        Parameters:
        ex - the linked Exception
      • getMessage

        public String getMessage()
        Returns the message along with the message from any linked exception.
        Overrides:
        getMessage in class Throwable