org.exolab.jms.net.connector
Class IllegalStateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.exolab.jms.net.connector.ResourceException
|
+--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 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 messagetarget
- the target exception
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.