BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Class InvalidGroupNameException

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

public class InvalidGroupNameException
extends UserManagementException

Exception thrown when an invalid group name is proposed.

See Also:
Serialized Form

Constructor Summary
InvalidGroupNameException()
          Default constructor.
InvalidGroupNameException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidGroupNameException

public InvalidGroupNameException()
Default constructor.

InvalidGroupNameException

public InvalidGroupNameException(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