com.sas.drugdev.remote.admin
Class InvalidGroupBeanException

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

public class InvalidGroupBeanException
extends java.lang.Exception

The InvalidGroupBeanException can be thrown when certain properties are left off of the UserBean that are needed to perform an operation. For example, if an GroupBean is constructed without a name and then used in GroupService.create(GroupBean).

See Also:
Serialized Form

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

InvalidGroupBeanException

public InvalidGroupBeanException()

InvalidGroupBeanException

public InvalidGroupBeanException(java.lang.String message)
Parameters:
message -

InvalidGroupBeanException

public InvalidGroupBeanException(java.lang.Throwable cause)
Parameters:
cause -

InvalidGroupBeanException

public InvalidGroupBeanException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -