Class SerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.serialization.SerializationException
-
- All Implemented Interfaces:
Serializable
public class SerializationException extends AzkarraException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializationException(String message, Throwable cause)
Creates a newSerializationException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SerializationException
public SerializationException(String message, Throwable cause)
Creates a newSerializationException
instance.- Parameters:
message
- the error message.cause
- theThrowable
cause.
-
-