Class JCoRecRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.sap.core.jco.rec.JCoRecRuntimeException
- All Implemented Interfaces:
Serializable
Runtime-Exception for the JCoRecorder.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallssuper().JCoRecRuntimeException(String message) Callssuper(message).JCoRecRuntimeException(String message, Throwable cause) Callssuper(message cause).JCoRecRuntimeException(Throwable cause) Callssuper(cause). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JCoRecRuntimeException
public JCoRecRuntimeException()Callssuper(). -
JCoRecRuntimeException
Callssuper(message cause).- Parameters:
message- the message of the exception.cause- the cause of the exception.
-
JCoRecRuntimeException
Callssuper(message).- Parameters:
message- the message of the exception.
-
JCoRecRuntimeException
Callssuper(cause).- Parameters:
cause- the cause of the exception.
-