com.novell.java.security
Class GetIdentitiesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.novell.java.security.AuthenticatorException
                          |
                          +--com.novell.java.security.GetIdentitiesException

public class GetIdentitiesException
extends AuthenticatorException

Thrown when a failure occurs in identifying authenticated identities.

See Also:
AuthenticatorException

Constructor Summary
GetIdentitiesException()
          The default constructor.
GetIdentitiesException(java.lang.String message)
          Constructor with a message.
GetIdentitiesException(java.lang.String message, java.lang.Throwable exception)
          Constructor with a message and a root cause exception.
GetIdentitiesException(java.lang.Throwable exception)
          Constructor with a root cause exception.
 
Methods inherited from class com.novell.java.security.AuthenticatorException
getRootCause, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetIdentitiesException

public GetIdentitiesException()
The default constructor.

GetIdentitiesException

public GetIdentitiesException(java.lang.String message)
Constructor with a message.
Parameters:
message - A message associated with the exception.

GetIdentitiesException

public GetIdentitiesException(java.lang.String message,
                              java.lang.Throwable exception)
Constructor with a message and a root cause exception.
Parameters:
message - A message associated with the exception.
exception - The root cause exception.

GetIdentitiesException

public GetIdentitiesException(java.lang.Throwable exception)
Constructor with a root cause exception.
Parameters:
exception - The root cause exception.