|
spring-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.core.serializer.support.SerializationFailedException
public class SerializationFailedException
Wrapper for the native IOException (or similar) when a
Serializer or
Deserializer failed.
Thrown by SerializingConverter and DeserializingConverter.
| Constructor Summary | |
|---|---|
SerializationFailedException(java.lang.String message)
Construct a SerializationException with the specified detail message. |
|
SerializationFailedException(java.lang.String message,
java.lang.Throwable cause)
Construct a SerializationException with the specified detail message
and nested exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SerializationFailedException(java.lang.String message)
SerializationException with the specified detail message.
message - the detail message
public SerializationFailedException(java.lang.String message,
java.lang.Throwable cause)
SerializationException with the specified detail message
and nested exception.
message - the detail messagecause - the nested exception
|
spring-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||