Authentication
API v8.1 SP2

com.rsa.authagent.authapi.datarepository
Class DataAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rsa.authagent.authapi.datarepository.DataAccessorException
All Implemented Interfaces:
java.io.Serializable

public class DataAccessorException
extends java.lang.Exception

The DataAccessorException Exception is used for Data Repository model, signals that an attempt to read or write to data resource has failed

See Also:
Serialized Form

Constructor Summary
DataAccessorException()
          Constructs a FileNotFoundException without the detail message
DataAccessorException(java.lang.String str)
          Constructs a FileNotFoundException with the specified detail message.
DataAccessorException(java.lang.Throwable t)
          Constructs a FileNotFoundException with a Throwable object.
 
Method Summary
 java.lang.Throwable getCause()
          A accessor method can be used to show the message of lower-level Throwable object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

DataAccessorException

public DataAccessorException()
Constructs a FileNotFoundException without the detail message


DataAccessorException

public DataAccessorException(java.lang.String str)
Constructs a FileNotFoundException with the specified detail message.

Parameters:
str - A string of mweesge

DataAccessorException

public DataAccessorException(java.lang.Throwable t)
Constructs a FileNotFoundException with a Throwable object. chain to Throwable

Parameters:
t - A lower-level Throwable object
Method Detail

getCause

public java.lang.Throwable getCause()
A accessor method can be used to show the message of lower-level Throwable object.

Overrides:
getCause in class java.lang.Throwable
Returns:
the object of Throwable

Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.