public class

JebSerializationException

extends JebException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.pnfsoftware.jeb.core.exceptions.JebException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebSerializationException

Class Overview

JEB serialization errors.

Summary

Public Constructors
JebSerializationException()
JebSerializationException(String message)
JebSerializationException(String message, Class<?> c)
Public Methods
String getClassName()
Retrieve the offending class name.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JebSerializationException ()

public JebSerializationException (String message)

public JebSerializationException (String message, Class<?> c)

Public Methods

public String getClassName ()

Retrieve the offending class name.

Returns
  • the class name of the type whic is likely to have trigger this exception