org.ow2.bonita.identity
Class GroupNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.bonita.identity.GroupNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class GroupNotFoundException
extends java.lang.Exception

Author:
"Pierre Vigneras"
See Also:
Serialized Form

Constructor Summary
GroupNotFoundException(GroupOp group)
           
GroupNotFoundException(java.lang.String id)
           
 
Method Summary
 GroupOp getGroup()
          Return the group that has not been found.
 java.lang.String getId()
          Return the id that is was not mapped to any group.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupNotFoundException

public GroupNotFoundException(java.lang.String id)

GroupNotFoundException

public GroupNotFoundException(GroupOp group)
Method Detail

getGroup

public GroupOp getGroup()
Return the group that has not been found. May be null.

Returns:
the group that has not been found. May be null.

getId

public java.lang.String getId()
Return the id that is was not mapped to any group. Cannot be null.

Returns:
the id that is was not mapped to any group. Cannot be null.


Copyright © 2009 OW2 Consortium. All Rights Reserved.