Package passport.domain.exceptions
Class SoldOut
java.lang.Object
java.lang.Throwable
java.lang.Exception
passport.domain.exceptions.SoldOut
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SoldOut
public SoldOut()Constructs a new SoldOut exception with no detail message.
-