类 SerializationFailedException

所有已实现的接口:
NestedException, Serializable

public class SerializationFailedException extends NestedRuntimeException
Wrapper for the native IOException (or similar) when a Serializer or Deserializer failed. Thrown by SerializingConverter and DeserializingConverter.
从以下版本开始:
4.0
作者:
Gary Russell, Juergen Hoeller
另请参阅:
  • 构造器详细资料

    • SerializationFailedException

      public SerializationFailedException(String message)
      Construct a SerializationException with the specified detail message.
      参数:
      message - the detail message
    • SerializationFailedException

      public SerializationFailedException(String message, Throwable cause)
      Construct a SerializationException with the specified detail message and nested exception.
      参数:
      message - the detail message
      cause - the nested exception