Package org.jmrtd

Class PACEException

    • Field Summary

      • Fields inherited from class net.sf.scuba.smartcards.CardServiceException

        SW_NONE
    • Constructor Summary

      Constructors 
      Constructor Description
      PACEException​(java.lang.String msg, int step)
      Deprecated.
      Creates a PACEException.
      PACEException​(java.lang.String msg, int step, int sw)
      Deprecated.
      Creates a PACEException with a specific status word.
      PACEException​(java.lang.String msg, int step, java.lang.Throwable cause)
      Deprecated.
      Creates a PACEException.
      PACEException​(java.lang.String msg, int step, java.lang.Throwable cause, int sw)
      Deprecated.
      Creates a PACEException with a specific status word.
    • Method Summary

      • Methods inherited from class net.sf.scuba.smartcards.CardServiceException

        getSW
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • PACEException

        public PACEException​(java.lang.String msg,
                             int step)
        Deprecated.
        Creates a PACEException.
        Parameters:
        msg - a message
        step - the protocol step that failed
      • PACEException

        public PACEException​(java.lang.String msg,
                             int step,
                             java.lang.Throwable cause)
        Deprecated.
        Creates a PACEException.
        Parameters:
        msg - a message
        step - the protocol step that failed
        cause - the exception causing this exception
      • PACEException

        public PACEException​(java.lang.String msg,
                             int step,
                             int sw)
        Deprecated.
        Creates a PACEException with a specific status word.
        Parameters:
        msg - a message
        step - the protocol step that failed
        sw - the status word that caused this CardServiceException
      • PACEException

        public PACEException​(java.lang.String msg,
                             int step,
                             java.lang.Throwable cause,
                             int sw)
        Deprecated.
        Creates a PACEException with a specific status word.
        Parameters:
        msg - a message
        step - the protocol step that failed
        cause - the exception causing this exception
        sw - the status word that caused this CardServiceException