Class WSSecurityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WSSecurityException
    extends java.rmi.RemoteException
    Exception class for WS-Security.

    Author:
    Davanum Srinivas (dims@yahoo.com).
    See Also:
    Serialized Form
    • Constructor Detail

      • WSSecurityException

        public WSSecurityException​(int errorCode,
                                   java.lang.String msgId,
                                   java.lang.Object[] args,
                                   java.lang.Throwable exception)
        Constructor.

        Parameters:
        errorCode -
        msgId -
        args -
        exception -
      • WSSecurityException

        public WSSecurityException​(int errorCode,
                                   java.lang.String msgId,
                                   java.lang.Object[] args)
        Constructor.

        Parameters:
        errorCode -
        msgId -
        args -
      • WSSecurityException

        public WSSecurityException​(int errorCode,
                                   java.lang.String msgId)
        Constructor.

        Parameters:
        errorCode -
        msgId -
      • WSSecurityException

        public WSSecurityException​(int errorCode)
        Constructor.

        Parameters:
        errorCode -
      • WSSecurityException

        public WSSecurityException​(java.lang.String errorMessage)
        Constructor.

        Parameters:
        errorMessage -
      • WSSecurityException

        public WSSecurityException​(java.lang.String errorMessage,
                                   java.lang.Throwable t)
        Constructor.

        Parameters:
        errorMessage -
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Get the error code.

        Returns:
        error code of this exception See values above.