com.sas.drugdev.remote.admin
Class InvalidGroupBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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
-