|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
opencard.core.OpenCardException
opencard.core.service.CardServiceException
opencard.opt.service.CardServiceResourceNotFoundException
public class CardServiceResourceNotFoundException
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.
| Constructor Summary | |
|---|---|
CardServiceResourceNotFoundException()
Creates a new exception without detail message. |
|
CardServiceResourceNotFoundException(java.lang.String message)
Creates a new exception with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
|---|
public CardServiceResourceNotFoundException()
public CardServiceResourceNotFoundException(java.lang.String message)
message - a string indicating why this exception is thrown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||