Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


com.oblix.access
Class ObAccessRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.oblix.access.ObAccessRuntimeException

All Implemented Interfaces:
java.io.Serializable

Deprecated. This runtime exception is thrown from OAM 10g version of API whenever unexpected, unrecoverable errors occur between an API client and Access Server.

public class ObAccessRuntimeException
extends java.lang.RuntimeException

In Oracle package, methods getName(), isBasic(), isCertificate() etc. from class AuthenticationScheme throws AccessException in case if Access Server API not initialized or if scheme id is null. And this is affecting on methods from Oblix package. So to retain backward compatibility the calling methods from classes in Oblix package, such as getName(), isBasic(), isCertificate() etc. catches the checked exception and throws ObAccessRuntimeException.

See Also:
Serialized Form

Constructor Summary
ObAccessRuntimeException()
          Deprecated. Default constructor.
ObAccessRuntimeException(java.lang.Exception ex)
          Deprecated. Constructs an ObAccessRuntimeException with the specified message
ObAccessRuntimeException(java.lang.String message)
          Deprecated. Constructs an ObAccessRuntimeException with the specified 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ObAccessRuntimeException

public ObAccessRuntimeException()
Deprecated. 
Default constructor.

ObAccessRuntimeException

public ObAccessRuntimeException(java.lang.String message)
Deprecated. 
Constructs an ObAccessRuntimeException with the specified message.
Parameters:
message - Exception message string

ObAccessRuntimeException

public ObAccessRuntimeException(java.lang.Exception ex)
Deprecated. 
Constructs an ObAccessRuntimeException with the specified message
Parameters:
ex - Exception object

Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


Copyright © 2000,2011, Oracle® and/or its affiliates. All rights reserved.