Class DeleteDestinationTargetNotPossibleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.apiregistryservices.exceptions.DeleteDestinationTargetNotPossibleException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeleteDestinationTargetNotPossibleException extends java.lang.Exception
Thrown when the destination target deletion is not possible.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteDestinationTargetNotPossibleException(java.lang.String message)
DeleteDestinationTargetNotPossibleException(java.lang.String message, java.lang.Throwable t)
-