GroupAlreadyExistsException Class

com.bea.p13n.usermgmt
GroupAlreadyExistsException Class

public class GroupAlreadyExistsException

    extends ApplicationException

Application exception class that will be thrown when an attempt is made to create a group that already exists.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        GroupAlreadyExistsException
All Implemented Interfaces

Serializable

Constructor Summary

GroupAlreadyExistsException()

GroupAlreadyExistsException(String message, Throwable t)

Constructor
GroupAlreadyExistsException(String message)

Constructor
GroupAlreadyExistsException(Throwable t)

Constructor
 

Method Summary

 
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
   

Constructor Detail

GroupAlreadyExistsException

public GroupAlreadyExistsException()

GroupAlreadyExistsException

public GroupAlreadyExistsException(String message, 
                                   Throwable t)
Constructor

GroupAlreadyExistsException

public GroupAlreadyExistsException(String message)
Constructor

GroupAlreadyExistsException

public GroupAlreadyExistsException(Throwable t)
Constructor