org.jasig.portal.groups
Class GroupsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portal.PortalException
org.jasig.portal.groups.GroupsException
- All Implemented Interfaces:
- 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:
- $Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
- Author:
- Dan Ellentuck
- See Also:
- Serialized Form
| Methods inherited from class org.jasig.portal.PortalException |
getErrorID, getParameter, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRefreshable, setReinstantiable |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GroupsException
public GroupsException(Throwable cause)
- Instantiate a GroupsException with the given cause.
- Parameters:
cause - Throwable that caused the problem
GroupsException
public GroupsException(String msg)
- Instantiate a GroupsException with the given message.
- Parameters:
msg - message describing problem
GroupsException
public GroupsException(String msg,
Throwable cause)
- Instantiate a GroupsException with the given message and underlying cause.
- Parameters:
msg - message describing problemcause - underlying cause
Copyright © 2010 Jasig. All Rights Reserved.