org.mule.common.connection.exception
Class UnableToReleaseConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.common.connection.exception.UnableToReleaseConnectionException
All Implemented Interfaces:
Serializable

public class UnableToReleaseConnectionException
extends Exception

Exception thrown when the release connection operation of the connection manager fails.

See Also:
Serialized Form

Constructor Summary
UnableToReleaseConnectionException(Throwable throwable)
          Create a new exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnableToReleaseConnectionException

public UnableToReleaseConnectionException(Throwable throwable)
Create a new exception

Parameters:
throwable - Inner exception


Copyright © 2015 MuleSoft, Inc.. All rights reserved.