Authentication
API v8.1 SP2

com.rsa.authagent.authapi
Class AuthAgentException

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

public class AuthAgentException
extends java.lang.Exception

Exception class that the Authentication API throws.

See Also:
Serialized Form

Constructor Summary
AuthAgentException()
          Constructs a new exception with null as its detail message.
AuthAgentException(java.lang.String message)
          Constructs a new exception with the specified detail 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

AuthAgentException

public AuthAgentException()
Constructs a new exception with null as its detail message.

See Also:
Exception.Exception()

AuthAgentException

public AuthAgentException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the specified detail message
See Also:
Exception.Exception(java.lang.String)

Authentication
API v8.1 SP2

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