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
Known Indirect Subclasses

Class Overview

Base class for JEB runtime (unchecked) exceptions. All JEB runtime exceptions MUST extend this class.

Plugins may extend this class and create their own JEB exceptions.

Summary

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

Public Constructors

public JebRuntimeException (String message)

public JebRuntimeException (String message, Throwable cause)

Protected Constructors

protected JebRuntimeException ()

protected JebRuntimeException (Throwable cause)