Name

IllegalStateException

Synopsis

This exception is thrown if the resource adapter or underlying EIS application server is in a state which renders it unable to satisfy a request made to it through a connection.

                  
public class IllegalStateException extends ResourceException {
// Public Constructors
   public IllegalStateException( String reason);  
   public IllegalStateException(String reason, 
        String errorCode);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.