Package top.focess.qq.api.serialize
Class SerializationParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.serialize.SerializationParseException
-
- All Implemented Interfaces:
Serializable
public class SerializationParseException extends RuntimeException
Thrown to indicate that a serialization parse error has occurred.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializationParseException(Exception e)Constructs a SerializationParseException with the causeSerializationParseException(String message)Constructs a SerializationParseException with the specified detail message
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SerializationParseException
public SerializationParseException(String message)
Constructs a SerializationParseException with the specified detail message- Parameters:
message- the detail message
-
SerializationParseException
public SerializationParseException(Exception e)
Constructs a SerializationParseException with the cause- Parameters:
e- the cause
-
-