Java javax.jms IllegalStateException fields, constructors, methods, implement or subclass

Example usage for Java javax.jms IllegalStateException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.jms IllegalStateException.

The text is from its open source code.

Constructor

IllegalStateException(String reason)
Constructs an IllegalStateException with the specified reason.

Method

StringgetMessage()
Returns the detail message string of this throwable.
ThrowableinitCause(Throwable cause)
Initializes the cause of this throwable to the specified value.