structures
Class GroupException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--structures.GroupException

public class GroupException
extends Exception

Thrown if a group does not exist in the database.

See Also:
Serialized Form

Constructor Summary
GroupException()
          Constructs an GroupException without a detail message.
GroupException(String s)
          Constructs an GroupException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupException

public GroupException()
Constructs an GroupException without a detail message.

GroupException

public GroupException(String s)
Constructs an GroupException with a detail message.
Parameters:
s - the detail message.