com.cloudcontrolled.api.client.exception
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cloudcontrolled.api.client.exception.CloudControlClientException
com.cloudcontrolled.api.client.exception.SerializationException
- All Implemented Interfaces:
- Serializable
public class SerializationException
- extends CloudControlClientException
SerializationException class.
- Author:
- Denis Neuling (denisneuling@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerializationException
public SerializationException(Throwable th)
Constructor for SerializationException.
- Parameters:
th - a Throwable object.
Copyright © 2012. All Rights Reserved.