|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--oracle.security.jazn.JAZNException | +--oracle.security.jazn.JAZNObjectNotFoundException
JAZNObjectNotFoundException is thrown when an attempt is made to access an object that does not already exist.
Constructor Summary | |
JAZNObjectNotFoundException() Creates a new instance of JAZNObjectNotFoundException | |
JAZNObjectNotFoundException(String msg) Creates a new instance of JAZNObjectNotFoundException with the specified arguments | |
JAZNObjectNotFoundException(String msg, Throwable cause) Creates a new instance of JAZNObjectNotFoundException with the specified arguments |
Methods inherited from class oracle.security.jazn.JAZNException |
getCause, initCause, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JAZNObjectNotFoundException()
public JAZNObjectNotFoundException(String msg)
public JAZNObjectNotFoundException(String msg, Throwable cause)
|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |