JSCAPE MFT Server

com.jscape.inet.mft.subsystems.authentication
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jscape.inet.mft.subsystems.authentication.AuthenticationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidCredentialsException

public class AuthenticationException
extends java.lang.Exception

Authentication error.

Author:
Alex Usun
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(java.lang.String message)
           
AuthenticationException(java.lang.String message, java.lang.Throwable cause)
           
AuthenticationException(java.lang.Throwable cause)
           
 
Method Summary
static AuthenticationException wrap(java.lang.Throwable e)
           
 
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

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(java.lang.String message)

AuthenticationException

public AuthenticationException(java.lang.String message,
                               java.lang.Throwable cause)

AuthenticationException

public AuthenticationException(java.lang.Throwable cause)
Method Detail

wrap

public static AuthenticationException wrap(java.lang.Throwable e)

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2013. All Rights Reserved