Package

atom

error

Permalink

package error

Contains classes for indicating errors. However they are subclass java.lang.RuntimeException or java.lang.Exception

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. error
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AccessDenied extends WorkItemHandlerRuntimeException

    Permalink

    Exception that notify that executed operation is denied and provides extra information about the WorkItemHandler operation called to catchers of this exception.

    Exception that notify that executed operation is denied and provides extra information about the WorkItemHandler operation called to catchers of this exception. It is only meant to be thrown from a org.kie.api.runtime.process.WorkItemHandler instance method.

    Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). This constructor is useful for runtime exceptions that are little more than wrappers for other throwables.

    Since

    1.4

  2. class OAuthRequestFailed extends WorkItemHandlerRuntimeException

    Permalink

    Exception that notify that some troubles were during OAuth operations and provides extra information about the WorkItemHandler operation called to catchers of this exception.

    Exception that notify that some troubles were during OAuth operations and provides extra information about the WorkItemHandler operation called to catchers of this exception. It is only meant to be thrown from a org.kie.api.runtime.process.WorkItemHandler instance method.

    Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). This constructor is useful for runtime exceptions that are little more than wrappers for other throwables.

    Since

    1.4

Inherited from AnyRef

Inherited from Any

Ungrouped