com.ibm.websphere.workarea
Class PartitionAlreadyExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.workarea.PartitionAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class PartitionAlreadyExistsException
extends java.lang.Exception

A PartitionAlreadyExistsException exception indicates that the Partition with the given name a user tried to create already exists. A Partition name must be unique.

See Also:
Serialized Form

Constructor Summary
PartitionAlreadyExistsException()
           
PartitionAlreadyExistsException(java.lang.String s)
           
 
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

PartitionAlreadyExistsException

public PartitionAlreadyExistsException()

PartitionAlreadyExistsException

public PartitionAlreadyExistsException(java.lang.String s)