Class DispatchJobDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.v1rex.liftnexus.common.exception.DomainException
com.v1rex.liftnexus.planning.exception.DispatchJobDomainException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DispatchJobInvalidStateException,DispatchJobNotFoundException
public abstract sealed class DispatchJobDomainException
extends DomainException
permits DispatchJobNotFoundException, DispatchJobInvalidStateException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDispatchJobDomainException(ErrorCode errorCode, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DispatchJobDomainException
-