Class CPSKeyStoreException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CPSKeyStoreException
    extends java.lang.Exception
    An Exception is thrown if there are any error encountered during KeyStore.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getmErrorCode()  
      • 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

      • CPSKeyStoreException

        public CPSKeyStoreException()
      • CPSKeyStoreException

        public CPSKeyStoreException​(java.lang.String message)
      • CPSKeyStoreException

        public CPSKeyStoreException​(java.lang.String message,
                                    java.lang.Throwable exception)
        Constructor given the message and the cause of the exeption
        Parameters:
        message - Exception message
        exception - Cause of the exception
      • CPSKeyStoreException

        public CPSKeyStoreException​(int errorCode,
                                    java.lang.String message)
      • CPSKeyStoreException

        public CPSKeyStoreException​(int errorCode,
                                    java.lang.String message,
                                    java.lang.Throwable exception)
    • Method Detail

      • getmErrorCode

        public int getmErrorCode()