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