Class DestinationTargetValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.servicelayer.interceptor.InterceptorException
de.hybris.platform.apiregistryservices.exceptions.DestinationTargetValidationException
- All Implemented Interfaces:
Serializable
An exception indicating that the DestinationTarget is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDestinationTargetValidationException(@NotNull String message) Constructor to create DestinationTargetValidationException -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DestinationTargetValidationException
Constructor to create DestinationTargetValidationException- Parameters:
message- a message to be used for this exception
-