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 Summary
Constructors 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.CommandException
getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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
-
-