public class ShouldNotHappenException extends RuntimeException
Constructor and Description |
---|
ShouldNotHappenException() |
ShouldNotHappenException(String message)
Exception constructor.
|
ShouldNotHappenException(String message,
Throwable cause)
Exception constructor.
|
ShouldNotHappenException(Throwable cause)
Exception constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ShouldNotHappenException(@Nullable String message)
message
- The exception message.public ShouldNotHappenException(@Nullable Throwable cause)
cause
- The exception cause.public ShouldNotHappenException(@Nullable String message, @Nullable Throwable cause)
message
- The exception message.cause
- The exception cause.public ShouldNotHappenException()
Copyright © 2020 SAP SE. All rights reserved.