Class ConfigurationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.jackrabbit.standalone.cli.CommandException
- 
- 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 SummaryConstructors Constructor Description 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.CommandExceptiongetLocalizedMessage
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ConfigurationExceptionpublic ConfigurationException(String message) - Parameters:
- message- the message
 
 - 
ConfigurationExceptionpublic ConfigurationException(String message, Object[] arguments) - Parameters:
- message- the message
- arguments- the arguments
 
 - 
ConfigurationExceptionpublic ConfigurationException(String message, Throwable cause) - Parameters:
- message- the message
- cause- the arguments
 
 
- 
 
-