Package org.pipecraft.infra.storage
Class IllegalJsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pipecraft.infra.storage.IllegalJsonException
-
- All Implemented Interfaces:
Serializable
public class IllegalJsonException extends Exception
A storage exception meaning that a remote json file has illegal structure and can't be deserialized properly.- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalJsonException(String message)IllegalJsonException(String message, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-