Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.core.security
Class AuthenticationRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.odi.core.exception.OdiRuntimeException
                  extended by oracle.odi.core.security.OdiSecurityException
                      extended by oracle.odi.core.security.AuthenticationRequiredException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationRequiredException
extends OdiSecurityException

This exception is raised when a current authentication is required but none is defined.

Since:
11.1.1.3.0
See Also:
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

AuthenticationRequiredException

public AuthenticationRequiredException(java.lang.String pMessage)
Construct a new AuthenticationRequiredException.

Parameters:
pMessage - a message about the exception.

AuthenticationRequiredException

public AuthenticationRequiredException(java.lang.String pMessage,
                                       java.lang.Throwable pCause)
Construct a new empty AuthenticationRequiredException.

Parameters:
pMessage - a message about the exception.
pCause - the real cause of the failure.

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.