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

public class DnaConfigurationException
extends RuntimeException

Author:
Randall Hauch
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-Present JBoss a division of Red Hat. All Rights Reserved.