Class WSSecurityException

All Implemented Interfaces:
Serializable

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

Author:
Davanum Srinivas (dims@yahoo.com).
See Also:
  • Field Details

  • Constructor Details

    • WSSecurityException

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

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

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

      Parameters:
      errorCode -
      msgId -
      args -
    • WSSecurityException

      public WSSecurityException(int errorCode, String msgId)
      Constructor.

      Parameters:
      errorCode -
      msgId -
    • WSSecurityException

      public WSSecurityException(int errorCode)
      Constructor.

      Parameters:
      errorCode -
    • WSSecurityException

      public WSSecurityException(String errorMessage)
      Constructor.

      Parameters:
      errorMessage -
    • WSSecurityException

      public WSSecurityException(String errorMessage, Throwable t)
      Constructor.

      Parameters:
      errorMessage -
  • Method Details

    • getErrorCode

      public int getErrorCode()
      Get the error code.

      Returns:
      error code of this exception See values above.