Class CardServiceMissingAuthorizationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CardServiceMissingAuthorizationException
    extends CardServiceImplementationException
    Exception indicating that an object cannot be accessed by the service. This exception indicates a problem in the implementation of the card service. The service is responsible for satisfying access conditions. If the service is unable to do so because the application did not provide the required credentials, one of the exceptions CardServiceMissingCredentialsException or CardServiceInvalidCredentialException is thrown.
    Author:
    Thomas Schaeck (schaeck@de.ibm.com)
    See Also:
    CardServiceMissingCredentialsException, Serialized Form
    • Method Summary

      • 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

      • CardServiceMissingAuthorizationException

        public CardServiceMissingAuthorizationException()
        Creates a new exception without detail message.
      • CardServiceMissingAuthorizationException

        public CardServiceMissingAuthorizationException​(java.lang.String msg)
        Creates a new exception with the given detail message.
        Parameters:
        msg - a string indicating why this exception is thrown