Class CardServiceInvalidParameterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CardServiceInvalidParameterException
    extends CardServiceUsageException
    Exception indicating that an invalid parameter was passed to a card service.
    Version:
    $Id: CardServiceInvalidParameterException.java,v 1.1.1.1 1999/10/05 15:34:31 damke Exp $
    Author:
    Thomas Schaeck (schaeck@de.ibm.com)
    See Also:
    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

      • CardServiceInvalidParameterException

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

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