com.ibm.websphere.workarea
Class NoSuchPartitionException

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

public class NoSuchPartitionException
extends java.lang.Exception

A NoSuchPartitionException exception indicates that the Partition a user tried to look up doesn't exist.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
NoSuchPartitionException()
           
NoSuchPartitionException(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

NoSuchPartitionException

public NoSuchPartitionException()

NoSuchPartitionException

public NoSuchPartitionException(java.lang.String s)