|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.mule.common.connection.exception.UnableToAcquireConnectionException
public class UnableToAcquireConnectionException
Exception thrown when the connection needed for executing an operation is null.
| 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 |
|---|
public UnableToAcquireConnectionException()
public UnableToAcquireConnectionException(String message)
public UnableToAcquireConnectionException(Throwable throwable)
throwable - Inner exception
public UnableToAcquireConnectionException(String message,
Throwable throwable)
message - a custom messagethrowable - Inner exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||