Skip navigation links

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

E22472-01


com.oblix.access
Class ObAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oblix.access.ObAccessException

All Implemented Interfaces:
java.io.Serializable

Deprecated. An ObAccessException is thrown by the Access Server API whenever unexpected, unrecoverable errors occur between an API client and Access Server.

public class ObAccessException
extends java.lang.Exception

Class for Access Server API Exceptions.

See Also:
Serialized Form

Constructor Summary
ObAccessException()
          Deprecated. Constructs an ObAccessException with default message
ObAccessException(java.lang.Exception ex)
          Deprecated. Constructs an ObAccessException with the specified exception object
ObAccessException(java.lang.String message)
          Deprecated. Constructs an ObAccessException 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

ObAccessException

public ObAccessException()
Deprecated. 
Constructs an ObAccessException with default message

ObAccessException

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

ObAccessException

public ObAccessException(java.lang.Exception ex)
Deprecated. 
Constructs an ObAccessException with the specified exception object
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.