org.jasig.portal.groups
Class GroupsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portal.PortalException
                  extended by 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

Constructor Summary
GroupsException(String msg)
          Instantiate a GroupsException with the given message.
GroupsException(String msg, Throwable cause)
          Instantiate a GroupsException with the given message and underlying cause.
GroupsException(Throwable cause)
          Instantiate a GroupsException with the given cause.
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 problem
cause - underlying cause


Copyright © 2010 Jasig. All Rights Reserved.