com.sas.drugdev.remote.session
Class UnsupportedCredentialsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.drugdev.remote.session.UnsupportedCredentialsException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedCredentialsException
extends java.lang.Exception

Thrown when a user attempts to connect with a Credentials object that isn't supported.

See Also:
Serialized Form

Constructor Summary
UnsupportedCredentialsException()
           
UnsupportedCredentialsException(java.lang.String message)
           
UnsupportedCredentialsException(java.lang.String message, java.lang.Throwable cause)
           
UnsupportedCredentialsException(java.lang.Throwable cause)
           
 
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

UnsupportedCredentialsException

public UnsupportedCredentialsException()

UnsupportedCredentialsException

public UnsupportedCredentialsException(java.lang.String message)

UnsupportedCredentialsException

public UnsupportedCredentialsException(java.lang.Throwable cause)

UnsupportedCredentialsException

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