Class InventoryTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.maxlego08.zauctionhouse.api.exceptions.InventoryOpenException
fr.maxlego08.zauctionhouse.api.exceptions.InventoryTypeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryTypeException(String message) InventoryTypeException(String message, Throwable cause) InventoryTypeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InventoryTypeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InventoryTypeException
public InventoryTypeException() -
InventoryTypeException
public InventoryTypeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
message-cause-enableSuppression-writableStackTrace-
-
InventoryTypeException
- Parameters:
message-cause-
-
InventoryTypeException
- Parameters:
message-
-
InventoryTypeException
- Parameters:
cause-
-