public class QpidRAException extends Exception
Constructor and Description |
---|
QpidRAException()
Create a default Qpid ra exception.
|
QpidRAException(String message)
Create an Qpid ra exception with a specific message.
|
QpidRAException(String message,
Throwable cause)
Create an Qpid ra exception with a specific message and cause.
|
QpidRAException(Throwable cause)
Create an Qpid ra exception with a specific cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QpidRAException()
public QpidRAException(String message)
message
- The message associated with this exception.public QpidRAException(Throwable cause)
cause
- The cause associated with this exception.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.