|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.rsa.authagent.authapi.datarepository.DataAccessorException
public class DataAccessorException
The DataAccessorException Exception is used for Data Repository model, signals that an attempt to read or write to data resource has failed
| 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 |
|---|
public DataAccessorException()
public DataAccessorException(java.lang.String str)
str - A string of mweesgepublic DataAccessorException(java.lang.Throwable t)
t - A lower-level Throwable object| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||