org.springframework.commons.serializer
Class SerializationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.commons.serializer.SerializationException
org.springframework.commons.serializer.SerializationFailureException
- All Implemented Interfaces:
- Serializable
public class SerializationFailureException
- extends SerializationException
- Since:
- 2.0
- Author:
- Gary Russell
- See Also:
- Serialized Form
SerializationFailureException
public SerializationFailureException(String msg)
- Construct a
SerializationFailureException
with the specified detail message.
- Parameters:
msg
- the detail message
SerializationFailureException
public SerializationFailureException(String msg,
Throwable cause)
- Construct a
SerializationFailureException
with the specified detail message
and nested exception.
- Parameters:
msg
- the detail messagecause
- the nested exception
Copyright © 2010. All Rights Reserved.