com.ibm.websphere.ilm.bpel
Class InstanceLocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.ilm.bpel.InstanceLocationException
All Implemented Interfaces:
java.io.Serializable

public class InstanceLocationException
extends java.lang.Exception

An Exception thrown by an InstanceLocator

Since:
1.0
Version:
1.0
See Also:
Serialized Form

Constructor Summary
InstanceLocationException(java.lang.String message)
          Constructor for InstanceLocationException with a message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceLocationException

public InstanceLocationException(java.lang.String message)
Constructor for InstanceLocationException with a message.

Parameters:
message - An explanation of why this exception has occurred