public class

SerializationCancelledException

extends SerializationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.pnfsoftware.jeb.util.serialization.SerializationException
           ↳ com.pnfsoftware.jeb.util.serialization.SerializationCancelledException

Class Overview

The exception is raised when the serialization is cancelled.

Summary

Public Constructors
SerializationCancelledException(String msg)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.serialization.SerializationException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SerializationCancelledException (String msg)