com.openexchange.admin.rmi.exceptions
Class NoSuchGroupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.NoSuchGroupException
All Implemented Interfaces:
Serializable

public class NoSuchGroupException
extends Exception

Is thrown if a user doesn't exist in an operation

Author:
d7
See Also:
Serialized Form

Constructor Summary
NoSuchGroupException()
           
NoSuchGroupException(String message)
           
NoSuchGroupException(String message, Throwable cause)
           
NoSuchGroupException(Throwable cause)
           
 
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

NoSuchGroupException

public NoSuchGroupException()

NoSuchGroupException

public NoSuchGroupException(String message)
Parameters:
message -

NoSuchGroupException

public NoSuchGroupException(Throwable cause)
Parameters:
cause -

NoSuchGroupException

public NoSuchGroupException(String message,
                            Throwable cause)
Parameters:
message -
cause -