public class QueuingException extends Exception
| Constructor and Description |
|---|
QueuingException()
Constructs a new exception.
|
QueuingException(String message)
Constructs a new exception with the specified detail message.
|
QueuingException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
QueuingException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueuingException()
public QueuingException(String message)
message - the detail message.public QueuingException(String message, Throwable cause)
message - the detail message.cause - the cause of this exception.public QueuingException(Throwable cause)
cause - the cause of this exception.Copyright © 2018 WSO2 Inc. All rights reserved.