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

public class JCoRecRuntimeException extends RuntimeException
Runtime-Exception for the JCoRecorder.
See Also:
  • Constructor Details

    • JCoRecRuntimeException

      public JCoRecRuntimeException()
      Calls super().
    • JCoRecRuntimeException

      public JCoRecRuntimeException(String message, Throwable cause)
      Calls super(message cause).
      Parameters:
      message - the message of the exception.
      cause - the cause of the exception.
    • JCoRecRuntimeException

      public JCoRecRuntimeException(String message)
      Calls super(message).
      Parameters:
      message - the message of the exception.
    • JCoRecRuntimeException

      public JCoRecRuntimeException(Throwable cause)
      Calls super(cause).
      Parameters:
      cause - the cause of the exception.