Class LoadUnitDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.v1rex.liftnexus.common.exception.DomainException
com.v1rex.liftnexus.loadunit.exception.LoadUnitDomainException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LoadUnitNotFoundException,LoadUnitTrackingCodeExistsException
public abstract sealed class LoadUnitDomainException
extends DomainException
permits LoadUnitNotFoundException, LoadUnitTrackingCodeExistsException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLoadUnitDomainException(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
-
LoadUnitDomainException
-