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