当前页面:
在线文档首页 >
JBoss 3.2.7 common API Documentation 英文版文档
BenignError (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档
org.jboss.util
Class BenignError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jboss.util.NestedError
org.jboss.util.BenignError
- All Implemented Interfaces:
- NestedThrowable, Serializable
- public class BenignError
- extends NestedError
Thrown to indicate to an encapsulated try/catch block that something has
happened and it was not harmfull.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
BenignError
public BenignError(String msg)
- Construct a BenignError with the specified
detail message.
- Parameters:
msg
- Detail message.
BenignError
public BenignError(String msg,
Throwable nested)
- Construct a BenignError with the specified
detail message and nested Throwable.
- Parameters:
msg
- Detail message.nested
- Nested Throwable.
BenignError
public BenignError(Throwable nested)
- Construct a BenignError with the specified
nested Throwable.
- Parameters:
nested
- Nested Throwable.
BenignError
public BenignError()
- Construct a BenignError with no detail.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.