public class

JebRuntimeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
Known Direct Subclasses

Class Overview

Base class for JEB unchecked exceptions. Plugins may extend this class.

Summary

Public Constructors
JebRuntimeException()
JebRuntimeException(String message)
JebRuntimeException(Throwable cause)
JebRuntimeException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JebRuntimeException ()

public JebRuntimeException (String message)

public JebRuntimeException (Throwable cause)

public JebRuntimeException (String message, Throwable cause)