org.exolab.jms.net.connector
Class IllegalStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.jms.net.connector.ResourceException
              extended by org.exolab.jms.net.connector.IllegalStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalStateException
extends ResourceException

An IllegalStateException is thrown if a method is invoked at an illegal or inappropriate time

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:51:03 $
Author:
Tim Anderson
See Also:
Serialized Form

Constructor Summary
IllegalStateException()
          Construct a new IllegalStateException
IllegalStateException(java.lang.String detail)
          Construct a new IllegalStateException with no target exception
IllegalStateException(java.lang.String detail, java.lang.Throwable target)
          Construct a new IllegalStateException with a detail message and target exception
IllegalStateException(java.lang.Throwable target)
          Construct a new IllegalStateException with a target exception
 
Method Summary
 
Methods inherited from class org.exolab.jms.net.connector.ResourceException
getTargetException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalStateException

public IllegalStateException()
Construct a new IllegalStateException


IllegalStateException

public IllegalStateException(java.lang.String detail)
Construct a new IllegalStateException with no target exception

Parameters:
detail - the detail message

IllegalStateException

public IllegalStateException(java.lang.Throwable target)
Construct a new IllegalStateException with a target exception

Parameters:
target - the target exception

IllegalStateException

public IllegalStateException(java.lang.String detail,
                             java.lang.Throwable target)
Construct a new IllegalStateException with a detail message and target exception

Parameters:
detail - the detail message
target - the target exception


Copyright © 1999-2012 The OpenJMS Group. All Rights Reserved.