02/28/2005
 

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

Constructor Summary
ActiveUserGroupNotFoundException()
          Deprecated. Constructs an exception indicating that no active user group ID was found in the session.
ActiveUserGroupNotFoundException(String str)
          Deprecated. Constructs an exception with the specified detail message
 
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

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

02/28/2005
 

Copyright and Trademark Notices