com.sas.drugdev.remote.admin
Class InvalidGroupException

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

public class InvalidGroupException
extends java.lang.Exception

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

See Also:
Serialized Form

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

InvalidGroupException

public InvalidGroupException()
Null Constructor


InvalidGroupException

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

Parameters:
message - The exception message

InvalidGroupException

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

Parameters:
cause - The cause of the exception

InvalidGroupException

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

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