org.apache.jackrabbit.command.cli
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.command.CommandException
org.apache.jackrabbit.command.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
ConfigurationException
public ConfigurationException(String message)
- Parameters:
message
- the message
ConfigurationException
public ConfigurationException(String message,
Object[] arguments)
- Parameters:
message
- the messagearguments
- the arguments
ConfigurationException
public ConfigurationException(String message,
Throwable cause)
- Parameters:
message
- the messagecause
- the arguments
ConfigurationException
public ConfigurationException(String message,
Throwable cause,
Object[] arguments)
- Parameters:
message
- the messagecause
- the causearguments
- the arguments
Copyright © 2005 . All Rights Reserved.