Package org.jmrtd

Class PACEException

    • Constructor Detail

      • PACEException

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

        public PACEException​(String msg,
                             int step,
                             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​(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​(String msg,
                             int step,
                             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