Java org.apache.shiro.io SerializationException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.io SerializationException fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

SerializationException(String message, Throwable cause)
Constructs a new SerializationException.
SerializationException(String message)
Constructs a new SerializationException.
SerializationException(Throwable cause)
Constructs a new SerializationException.