public class BusinessError extends ApplicationError
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
INFO |
protected int |
level |
protected String |
message |
protected String |
title |
static int |
WARN |
Constructor and Description |
---|
BusinessError(int level,
String title,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getLevel() |
String |
getTitle() |
void |
setLevel(int level) |
void |
setTitle(String title) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int ERROR
public static final int WARN
public static final int INFO
protected int level
protected String title
protected String message
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.