org.mule.common.connection.exception
Class UnableToAcquireConnectionException

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

public class UnableToAcquireConnectionException
extends Exception

Exception thrown when the connection needed for executing an operation is null.

See Also:
Serialized Form

Constructor Summary
UnableToAcquireConnectionException()
          Create a new exception
UnableToAcquireConnectionException(String message)
          Create a new exception
UnableToAcquireConnectionException(String message, Throwable throwable)
          Create a new exception
UnableToAcquireConnectionException(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

UnableToAcquireConnectionException

public UnableToAcquireConnectionException()
Create a new exception


UnableToAcquireConnectionException

public UnableToAcquireConnectionException(String message)
Create a new exception


UnableToAcquireConnectionException

public UnableToAcquireConnectionException(Throwable throwable)
Create a new exception

Parameters:
throwable - Inner exception

UnableToAcquireConnectionException

public UnableToAcquireConnectionException(String message,
                                          Throwable throwable)
Create a new exception

Parameters:
message - a custom message
throwable - Inner exception


Copyright © 2014. All rights reserved.