Package rs.baselib.php
Class PhpSerializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rs.baselib.php.PhpSerializeException
- All Implemented Interfaces:
java.io.Serializable
public class PhpSerializeException
extends java.lang.RuntimeException
Exception occurred while serializing
- Since:
- 1.2.6
- Author:
- ralph
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PhpSerializeException()Constructor.PhpSerializeException(java.lang.String message)Constructor. -
Method Summary
-
Constructor Details
-
PhpSerializeException
public PhpSerializeException()Constructor. -
PhpSerializeException
public PhpSerializeException(java.lang.String message)Constructor.- Parameters:
message- error message
-