public class IntegrationFailedException extends IOException
| Constructor and Description |
|---|
IntegrationFailedException()
Constructor for IntegrationFailedException
|
IntegrationFailedException(Exception cause)
Constructor for IntegrationFailedException
|
IntegrationFailedException(String message)
Constructor for IntegrationFailedException
|
IntegrationFailedException(String message,
Exception cause)
Constructor for IntegrationFailedException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IntegrationFailedException()
public IntegrationFailedException(Exception cause)
cause - The causal exceptionpublic IntegrationFailedException(String message)
message - The Exception messageCopyright © 2016–2022. All rights reserved.