peer2me.exception
Class GroupNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.NullPointerException
                  extended by peer2me.exception.GroupNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class GroupNotFoundException
extends java.lang.NullPointerException

This class represents an exception thrown when a group cannot be found when trying to get a node or a group.

Author:
Tommy Bjoernsgaard
See Also:
Serialized Form

Constructor Summary
GroupNotFoundException()
          Default constructor
GroupNotFoundException(java.lang.String arg0)
          Default constructor
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupNotFoundException

public GroupNotFoundException()
Default constructor


GroupNotFoundException

public GroupNotFoundException(java.lang.String arg0)
Default constructor

Parameters:
arg0 - A String sent to the super-constructor.