|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jasig.portal.PortalException
org.jasig.portal.groups.GroupsException
public class GroupsException
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.
Constructor Summary | |
---|---|
GroupsException()
Deprecated. use a more informative constructor |
|
GroupsException(java.lang.String msg)
Instantiate a GroupsException with the given message. |
|
GroupsException(java.lang.String msg,
java.lang.Throwable cause)
Instantiate a GroupsException with the given message and underlying cause. |
|
GroupsException(java.lang.Throwable cause)
Instantiate a GroupsException with the given cause. |
Method Summary | |
---|---|
int |
getExceptionCode()
Deprecated. |
Methods inherited from class org.jasig.portal.PortalException |
---|
allowRefresh, allowReinstantiation, getErrorID, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRecordedException, 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 |
---|
public GroupsException()
public GroupsException(java.lang.Throwable cause)
cause
- Throwable that caused the problempublic GroupsException(java.lang.String msg)
msg
- message describing problempublic GroupsException(java.lang.String msg, java.lang.Throwable cause)
msg
- message describing problemcause
- underlying causeMethod Detail |
---|
public int getExceptionCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |