public class TechnicalException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
TechnicalException(java.lang.String message)
Constructs an InvocationException with the provided detail message.
|
TechnicalException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InvocationException with the given detail message and cause.
|
public TechnicalException(@Nonnull
java.lang.String message)
message - the detailed exception message.public TechnicalException(@Nonnull
java.lang.String message,
@Nonnull
java.lang.Throwable cause)
message - the detailed exception message.cause - the exception cause.