Class CardServiceResourceNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CardServiceResourceNotFoundException
    extends CardServiceException
    Exception thrown when required resources are not found. This exception can indicate a misuse of a service or service component as well as an error that was not caused by the application.
    A situation in which this exception would be thrown is a service that supports user friendly names for card objects, and is missing a dictionary to resolve them. The error would have been caused by the application if it did not provide a dictionary. The error would not have been caused by the application if it did provide a URL, and the dictionary could not be loaded due to a network error.
    Author:
    Thomas Schaeck (schaeck@de.ibm.com), Roland Weber (rolweber@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

      • CardServiceResourceNotFoundException

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

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