com.novell.java.security
Class LogoutCancelledException

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

public class LogoutCancelledException
extends LogoutException

Thrown when the logout procedure is cancelled.

See Also:
LogoutException

Constructor Summary
LogoutCancelledException()
          The default constructor.
LogoutCancelledException(java.lang.String message)
          Constructor with a message.
LogoutCancelledException(java.lang.String message, java.lang.Throwable exception)
          Constructor with a message and a root cause exception.
LogoutCancelledException(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

LogoutCancelledException

public LogoutCancelledException()
The default constructor.

LogoutCancelledException

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

LogoutCancelledException

public LogoutCancelledException(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.

LogoutCancelledException

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