com.sas.drugdev.remote.admin
Class InvalidUserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sas.drugdev.remote.admin.InvalidUserException
All Implemented Interfaces:
java.io.Serializable

public class InvalidUserException
extends java.lang.Exception

The exception is thrown whenever the user attempts to interact with a user on the server that is not valid

See Also:
Serialized Form

Constructor Summary
InvalidUserException()
          Null Constructor
InvalidUserException(java.lang.String message)
          Construct the exception with a message
InvalidUserException(java.lang.String message, java.lang.Throwable cause)
          Construct the exception with a message and cause
InvalidUserException(java.lang.Throwable cause)
          Construct the exception with a cause
 
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

InvalidUserException

public InvalidUserException()
Null Constructor


InvalidUserException

public InvalidUserException(java.lang.String message)
Construct the exception with a message

Parameters:
message - The exception message

InvalidUserException

public InvalidUserException(java.lang.Throwable cause)
Construct the exception with a cause

Parameters:
cause - The cause of the exception

InvalidUserException

public InvalidUserException(java.lang.String message,
                            java.lang.Throwable cause)
Construct the exception with a message and cause

Parameters:
message - The exception message
cause - The cause of the exception