org.exist.collections
Class CollectionConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exist.collections.CollectionConfigurationException
All Implemented Interfaces:
Serializable

public class CollectionConfigurationException
extends Exception

Author:
wolf
See Also:
Serialized Form

Constructor Summary
CollectionConfigurationException()
           
CollectionConfigurationException(String message)
           
CollectionConfigurationException(String message, Throwable cause)
           
CollectionConfigurationException(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

CollectionConfigurationException

public CollectionConfigurationException()

CollectionConfigurationException

public CollectionConfigurationException(String message)
Parameters:
message -

CollectionConfigurationException

public CollectionConfigurationException(Throwable cause)
Parameters:
cause -

CollectionConfigurationException

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


Copyright (C) Wolfgang Meier. All rights reserved.