当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 system  API Documentation 英文版文档
ConfigurationException (JBoss System API) - JBoss 4.0.1 sp1 system  API Documentation 英文版文档
org.jboss.system
Class ConfigurationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.jboss.util.NestedException
              
org.jboss.system.ConfigurationException
- All Implemented Interfaces: 
 - org.jboss.util.NestedThrowable, Serializable
 
- Direct Known Subclasses: 
 - InvalidAttributeException, MissingAttributeException
 
- public class ConfigurationException
- extends org.jboss.util.NestedException
  
Thrown to indicate a non-fatal configuration related problem.
- Version:
 
  - $Revision: 1.1 $
 
- Author:
 
  - Jason Dillon
 
- See Also:
 ConfigurationService, 
Serialized Form
 
| Nested classes inherited from class org.jboss.util.NestedThrowable | 
org.jboss.util.NestedThrowable.Util | 
 
 
| Fields inherited from class org.jboss.util.NestedException | 
nested | 
 
| Fields inherited from interface org.jboss.util.NestedThrowable | 
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED | 
 
 
| Methods inherited from class org.jboss.util.NestedException | 
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace | 
 
 
 
ConfigurationException
public ConfigurationException(String msg)
- Construct a ConfigurationException with the specified detail 
 message.
 - Parameters:
 msg - Detail message.
ConfigurationException
public ConfigurationException(String msg,
                              Throwable nested)
- Construct a ConfigurationException with the specified detail 
 message and nested Throwable.
 - Parameters:
 msg - Detail message.nested - Nested Throwable.
ConfigurationException
public ConfigurationException(Throwable nested)
- Construct a ConfigurationException with the specified
 nested Throwable.
 - Parameters:
 nested - Nested Throwable.
ConfigurationException
public ConfigurationException()
- Construct a ConfigurationException with no detail.
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.