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

E17060-01

oracle.odi.core.security
Class OdiSecurityException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationException, AuthenticationRequiredException, InvalidAuthenticationAPIUsageException, PasswordChangeException, PasswordPolicyNotMatchedException, PermissionDeniedException

public abstract class OdiSecurityException
extends OdiRuntimeException

Abstract superclass for all exceptions thrown in the security package and subpackages.

Note this exception is a runtime exception since security failure are generaly fatal.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiSecurityException()
          Construct a new empty OdiSecurityException.
OdiSecurityException(java.lang.String pMessage)
          Construct a new OdiSecurityException.
OdiSecurityException(java.lang.String pMessage, java.lang.Throwable pCause)
          Construct a new OdiSecurityException.
OdiSecurityException(java.lang.Throwable pCause)
          Construct a new OdiSecurityException.
 
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

OdiSecurityException

public OdiSecurityException()
Construct a new empty OdiSecurityException.


OdiSecurityException

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

Parameters:
pMessage - The error message you want to let end user know about this OdiSecurityException.

OdiSecurityException

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

Parameters:
pMessage - The error message you want to let end user know about this OdiSecurityException.
pCause - the cause you want to pass on to end user for more detail.

OdiSecurityException

public OdiSecurityException(java.lang.Throwable pCause)
Construct a new OdiSecurityException.

Parameters:
pCause - the cause you want to pass on to end user for more detail.

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.