Class CredentialException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ws.security.components.crypto.CredentialException
All Implemented Interfaces:
Serializable

public class CredentialException extends Exception
CredentialException.

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

  • Constructor Details

    • CredentialException

      public CredentialException(int errorCode, String msgId, Throwable root)
      Constructor.

      Parameters:
      errorCode -
      msgId -
      root -
    • CredentialException

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

      Parameters:
      errorCode -
      msgId -
      args -
    • CredentialException

      public CredentialException(int errorCode, String msgId, Object[] args, Throwable root)
      Constructor.

      Parameters:
      errorCode -
      msgId -
      args -
      root -
  • Method Details

    • getErrorCode

      public int getErrorCode()
      get the error code.

      Returns:
      error code of this exception See values above.