public class

DemoLimitationException

extends JebRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
           ↳ com.pnfsoftware.jeb.core.exceptions.DemoLimitationException

Class Overview

Raised when the program encounters demo-version limitations.

Summary

Public Constructors
DemoLimitationException()
DemoLimitationException(String message)
DemoLimitationException(Throwable cause)
DemoLimitationException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DemoLimitationException ()

public DemoLimitationException (String message)

public DemoLimitationException (Throwable cause)

public DemoLimitationException (String message, Throwable cause)