Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-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:
Serializable

public class ConnectionClosedException
extends IllegalStateException

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

Author:
js 2009.08.27
See Also:
Serialized Form

Constructor Summary
ConnectionClosedException(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(String s)
Create a new ConnectionClosedException.
Parameters:
s - the error message

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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