javax.slee.profile
Class ProfileTableAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.slee.profile.ProfileTableAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class ProfileTableAlreadyExistsException
extends java.lang.Exception

This exception is thrown by the ProfileProvisioningMBean.createProfileTable method when passed the name of a profile table that is already in use.

See Also:
Serialized Form

Constructor Summary
ProfileTableAlreadyExistsException()
          Create an ProfileTableAlreadyExistsException with no detail message.
ProfileTableAlreadyExistsException(java.lang.String message)
          Create an ProfileTableAlreadyExistsException with a detail 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

ProfileTableAlreadyExistsException

public ProfileTableAlreadyExistsException()
Create an ProfileTableAlreadyExistsException with no detail message.

ProfileTableAlreadyExistsException

public ProfileTableAlreadyExistsException(java.lang.String message)
Create an ProfileTableAlreadyExistsException with a detail message.
Parameters:
message - the detail message.