public class InfrastructureException extends Exception
| Constructor and Description |
|---|
InfrastructureException()
Default constructor.
|
InfrastructureException(String message)
Constructor.
|
InfrastructureException(String message,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InfrastructureException()
public InfrastructureException(String message)
message - a description of the problemCopyright © 2016–2023 Taimos GmbH. All rights reserved.