Java com.vaadin.server SystemError fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server SystemError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server SystemError.

The text is from its open source code.

Constructor

SystemError(String message)
Constructor for SystemError with error message specified.
SystemError(Throwable cause)
Constructor for SystemError with cause.