Class XMLSecurityException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String msgID
      Field msgID
      protected java.lang.Exception originalException
      Field originalException
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLSecurityException()
      Constructor XMLSecurityException
      XMLSecurityException​(java.lang.Exception _originalException)
      Constructor XMLSecurityException
      XMLSecurityException​(java.lang.String _msgID)
      Constructor XMLSecurityException
      XMLSecurityException​(java.lang.String _msgID, java.lang.Exception _originalException)
      Constructor XMLSecurityException
      XMLSecurityException​(java.lang.String _msgID, java.lang.Object[] exArgs)
      Constructor XMLSecurityException
      XMLSecurityException​(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
      Constructor XMLSecurityException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMsgID()
      Method getMsgID
      java.lang.Exception getOriginalException()
      Method getOriginalException
      void printStackTrace()
      Method printStackTrace
      void printStackTrace​(java.io.PrintStream printstream)
      Method printStackTrace
      void printStackTrace​(java.io.PrintWriter printwriter)
      Method printStackTrace
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

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

      • originalException

        protected java.lang.Exception originalException
        Field originalException
      • msgID

        protected java.lang.String msgID
        Field msgID
    • Constructor Detail

      • XMLSecurityException

        public XMLSecurityException()
        Constructor XMLSecurityException
      • XMLSecurityException

        public XMLSecurityException​(java.lang.String _msgID)
        Constructor XMLSecurityException
        Parameters:
        _msgID -
      • XMLSecurityException

        public XMLSecurityException​(java.lang.String _msgID,
                                    java.lang.Object[] exArgs)
        Constructor XMLSecurityException
        Parameters:
        _msgID -
        exArgs -
      • XMLSecurityException

        public XMLSecurityException​(java.lang.Exception _originalException)
        Constructor XMLSecurityException
        Parameters:
        _originalException -
      • XMLSecurityException

        public XMLSecurityException​(java.lang.String _msgID,
                                    java.lang.Exception _originalException)
        Constructor XMLSecurityException
        Parameters:
        _msgID -
        _originalException -
      • XMLSecurityException

        public XMLSecurityException​(java.lang.String _msgID,
                                    java.lang.Object[] exArgs,
                                    java.lang.Exception _originalException)
        Constructor XMLSecurityException
        Parameters:
        _msgID -
        exArgs -
        _originalException -
    • Method Detail

      • getMsgID

        public java.lang.String getMsgID()
        Method getMsgID
        Returns:
        the messageId
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace()
        Method printStackTrace
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter printwriter)
        Method printStackTrace
        Overrides:
        printStackTrace in class java.lang.Throwable
        Parameters:
        printwriter -
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream printstream)
        Method printStackTrace
        Overrides:
        printStackTrace in class java.lang.Throwable
        Parameters:
        printstream -
      • getOriginalException

        public java.lang.Exception getOriginalException()
        Method getOriginalException
        Returns:
        the original exception