Package top.focess.qq.api.serialize
Class NotFocessSerializableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.serialize.NotFocessSerializableException
-
- All Implemented Interfaces:
Serializable
public class NotFocessSerializableException extends RuntimeException
Thrown to indicate that an object is not serializable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFocessSerializableException(String cls)Constructs a NotFocessSerializableException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotFocessSerializableException
public NotFocessSerializableException(String cls)
Constructs a NotFocessSerializableException- Parameters:
cls- the class that is not serializable
-
-