Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.transaction.exception
Class ConnectionClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.tangosol.coherence.transaction.exception.ConnectionClosedException

All Implemented Interfaces:
java.io.Serializable

public class ConnectionClosedException
extends java.lang.IllegalStateException

Indicates that an attempt was made to use a closed Connection.

Author:
js 2009.08.27

Constructor Summary
ConnectionClosedException(java.lang.String s)
          Create a new ConnectionClosedException.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Constructor Detail

ConnectionClosedException

public ConnectionClosedException(java.lang.String s)
Create a new ConnectionClosedException.
Parameters:
s - the error message

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.