org.jboss.dna.repository
Class DnaConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.dna.repository.DnaConfigurationException
All Implemented Interfaces:
Serializable

@Immutable
public class DnaConfigurationException
extends RuntimeException

A runtime exception that denotes an error within the configuration for JBoss DNA.

See Also:
Serialized Form

Constructor Summary
DnaConfigurationException()
           
DnaConfigurationException(String message)
           
DnaConfigurationException(String message, Throwable cause)
           
DnaConfigurationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DnaConfigurationException

public DnaConfigurationException()

DnaConfigurationException

public DnaConfigurationException(String message)
Parameters:
message -

DnaConfigurationException

public DnaConfigurationException(Throwable cause)
Parameters:
cause -

DnaConfigurationException

public DnaConfigurationException(String message,
                                 Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.