|
|||||||||
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.core.service.CardServiceImplementationException
opencard.opt.service.CardServiceMissingAuthorizationException
public class CardServiceMissingAuthorizationException
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.
CardServiceMissingCredentialsException
,
Serialized FormConstructor Summary | |
---|---|
CardServiceMissingAuthorizationException()
Creates a new exception without detail message. |
|
CardServiceMissingAuthorizationException(java.lang.String msg)
Creates a new exception with the given 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 CardServiceMissingAuthorizationException()
public CardServiceMissingAuthorizationException(java.lang.String msg)
msg
- a string indicating why this exception is thrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |