org.jasig.portal.groups
Class GroupsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.portal.PortalException
org.jasig.portal.groups.GroupsException
- All Implemented Interfaces:
- java.io.Serializable
- public class GroupsException
- extends PortalException
A GroupsException describes a problem in the groups structure or in
the groups store. An example of a structural problem is an attempt
to create a circular reference. If the problem arises retrieving or
updating the groups store, the GroupsException should wrap an Exception
specific to the store, probably a java.sql.SQLException or a
javax.naming.NamingException.
- Version:
- 1.0, 11/29/01
- Author:
- Dan Ellentuck
- See Also:
- Serialized Form
Methods inherited from class org.jasig.portal.PortalException |
allowRefresh, allowReinstantiation, getErrorID, getMessage, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, printStackTrace, printStackTrace, printStackTrace, setErrorID, setLogPending, setParameter, setRecordedException, setRefreshable, setReinstantiable |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupsException
public GroupsException()
GroupsException
public GroupsException(java.lang.String msg)
- Parameters:
msg
- java.lang.String
getExceptionCode
public int getExceptionCode()
- Add GROUPS_EXCEPTION to PortalExceptions.