com.epicentric.common
Class ActiveUserGroupNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.epicentric.common.ActiveUserGroupNotFoundException
- All Implemented Interfaces:
- Serializable
Deprecated. as of version 4.5. To be removed in 8.0 or later. No replacement.
- public class ActiveUserGroupNotFoundException
- extends RuntimeException
Exception that occurs if the session does not identify the ID for the currently
active user group.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActiveUserGroupNotFoundException
public ActiveUserGroupNotFoundException()
- Deprecated.
- Constructs an exception indicating that no active user group ID was found
in the session.
ActiveUserGroupNotFoundException
public ActiveUserGroupNotFoundException(String str)
- Deprecated.
- Constructs an exception with the specified detail message
- Parameters:
str - String defining the exception
Copyright and Trademark Notices