org.apache.jackrabbit.standalone.cli
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jackrabbit.standalone.cli.CommandException
              extended by org.apache.jackrabbit.standalone.cli.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends CommandException

This Exception is thrown when there's an error in the command config file.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(String message)
           
ConfigurationException(String message, Object[] arguments)
           
ConfigurationException(String message, Throwable cause)
           
ConfigurationException(String message, Throwable cause, Object[] arguments)
           
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.standalone.cli.CommandException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(String message)
Parameters:
message - the message

ConfigurationException

public ConfigurationException(String message,
                              Object[] arguments)
Parameters:
message - the message
arguments - the arguments

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause)
Parameters:
message - the message
cause - the arguments

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause,
                              Object[] arguments)
Parameters:
message - the message
cause - the cause
arguments - the arguments


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.