Class ForkliftDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.v1rex.liftnexus.common.exception.DomainException
com.v1rex.liftnexus.forklift.exception.ForkliftDomainException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForkliftFleetNumberExistsException,ForkliftNotFoundException,ForkliftTypeNameExistsException,ForkliftTypeNotFoundException
public abstract sealed class ForkliftDomainException
extends DomainException
permits ForkliftFleetNumberExistsException, ForkliftNotFoundException, ForkliftTypeNameExistsException, ForkliftTypeNotFoundException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedForkliftDomainException(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
-
ForkliftDomainException
-