JSCAPE MFT Server

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

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

public class InvalidCredentialsException
extends AuthenticationException

Unsupported user credentials error.

Author:
Alex Usun
See Also:
Serialized Form

Constructor Summary
InvalidCredentialsException()
           
InvalidCredentialsException(java.lang.String message)
           
InvalidCredentialsException(java.lang.String message, java.lang.Throwable cause)
           
InvalidCredentialsException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.jscape.inet.mft.subsystems.authentication.AuthenticationException
wrap
 
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

InvalidCredentialsException

public InvalidCredentialsException()

InvalidCredentialsException

public InvalidCredentialsException(java.lang.String message)

InvalidCredentialsException

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

InvalidCredentialsException

public InvalidCredentialsException(java.lang.Throwable cause)

JSCAPE MFT Server

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