Java org.apache.commons.lang.exception NestableError fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang.exception NestableError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang.exception NestableError.

The text is from its open source code.

Constructor

NestableError(String msg, Throwable cause)
Constructs a new NestableError with specified detail message and nested Throwable.
NestableError(String msg)
Constructs a new NestableError with specified detail message.
NestableError(Throwable cause)
Constructs a new NestableError with specified nested Throwable.