Class CredentialException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CredentialException
    extends java.lang.Exception
    CredentialException.

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

      Constructors 
      Constructor Description
      CredentialException​(int errorCode, java.lang.String msgId, java.lang.Object[] args)
      Constructor.
      CredentialException​(int errorCode, java.lang.String msgId, java.lang.Object[] args, java.lang.Throwable root)
      Constructor.
      CredentialException​(int errorCode, java.lang.String msgId, java.lang.Throwable root)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()
      get the error code.
      • Methods inherited from class java.lang.Throwable

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

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

      • CredentialException

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

        Parameters:
        errorCode -
        msgId -
        root -
      • CredentialException

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

        Parameters:
        errorCode -
        msgId -
        args -
      • CredentialException

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

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

      • getErrorCode

        public int getErrorCode()
        get the error code.

        Returns:
        error code of this exception See values above.