Class InvalidEventTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webhookservices.event.InvalidEventTypeException
- All Implemented Interfaces:
Serializable
@Deprecated(since="2105.0",
forRemoval=true)
public class InvalidEventTypeException
extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
since 2105.0.
This exception is thrown when event type for
ItemSavedEventType is invalid.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidEventTypeException(int type) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates an InvalidEventTypeException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEventTypeException
public InvalidEventTypeException(int type) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates an InvalidEventTypeException- Parameters:
type- The event type integer that is invalid
-