BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Class ReservedGroupNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.axiom.contact.UserManagementException
                    |
                    +--com.beasys.commerce.axiom.contact.ReservedGroupNameException

public class ReservedGroupNameException
extends UserManagementException

Exception thrown when a reserved group name is proposed. This will be thrown from the UserManager session bean on Group creation.
The UserManager has control over which Group names are acceptable. For example, certain principal names like system are reserved and cannot be used.

See Also:
Serialized Form

Constructor Summary
ReservedGroupNameException()
          Default constructor.
ReservedGroupNameException(java.lang.String message)
          Constructor that takes an informative message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReservedGroupNameException

public ReservedGroupNameException()
Default constructor.

ReservedGroupNameException

public ReservedGroupNameException(java.lang.String message)
Constructor that takes an informative message.
Parameters:
message - a message describing the error

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved