Java org.apache.commons.lang SerializationException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang SerializationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang SerializationException.

The text is from its open source code.

Constructor

SerializationException(String msg, Throwable cause)

Constructs a new SerializationException with specified detail message and nested Throwable.

SerializationException(String msg)

Constructs a new SerializationException with specified detail message.

SerializationException(Throwable cause)

Constructs a new SerializationException with specified nested Throwable.

SerializationException()

Constructs a new SerializationException without specified detail message.

Method

ThrowablegetCause()
StringgetMessage()
Returns the detail message string of this throwable.