Class ShouldNotHappenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.exception.ShouldNotHappenException
- All Implemented Interfaces:
Serializable
Thrown in case of an exception that should not happen. Indicates that a critical assertion is violated.
- See Also:
-
Constructor Summary
ConstructorDescriptionShouldNotHappenException
(String message) Exception constructor.ShouldNotHappenException
(String message, Throwable cause) Exception constructor.Exception constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShouldNotHappenException
Exception constructor.- Parameters:
message
- The exception message.
-
ShouldNotHappenException
Exception constructor.- Parameters:
cause
- The exception cause.
-
ShouldNotHappenException
Exception constructor.- Parameters:
message
- The exception message.cause
- The exception cause.
-
ShouldNotHappenException
public ShouldNotHappenException()
-