|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| 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
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
oracle.odi.core.security.OdiSecurityException
oracle.odi.core.security.AuthenticationRequiredException
public class AuthenticationRequiredException
This exception is raised when a current authentication is required but none is defined.
Authentication, SecurityManager.getCurrentAuthentication(), Serialized Form| Constructor Summary | |
|---|---|
AuthenticationRequiredException(java.lang.String pMessage)Construct a new AuthenticationRequiredException. |
|
AuthenticationRequiredException(java.lang.String pMessage, java.lang.Throwable pCause)Construct a new empty AuthenticationRequiredException. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationRequiredException(java.lang.String pMessage,
java.lang.Throwable pCause)
AuthenticationRequiredException.pMessage - a message about the exception.pCause - the real cause of the failure.public AuthenticationRequiredException(java.lang.String pMessage)
AuthenticationRequiredException.pMessage - a message about the exception.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||