InvalidGroupnameException Class
- public class InvalidGroupnameException
extends ApplicationException
Application exception class that will be thrown when an attempt is made
to create a group with an invalid name
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
InvalidGroupnameException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvalidGroupnameException
public InvalidGroupnameException()
InvalidGroupnameException
public InvalidGroupnameException(String
message,
Throwable
t)
- Constructor
InvalidGroupnameException
public InvalidGroupnameException(String
message)
- Constructor
InvalidGroupnameException
public InvalidGroupnameException(Throwable
t)
- Constructor