Class CommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jackrabbit.standalone.cli.CommandException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
,JcrInfoCommandException
,JcrParserException
public class CommandException extends Exception
JCR command Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException(String message)
CommandException(String message, Object[] arguments)
CommandException(String message, Throwable cause)
CommandException(String message, Throwable cause, Object[] arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalizedMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommandException
public CommandException(String message)
- Parameters:
message
- the message
-
CommandException
public CommandException(String message, Object[] arguments)
- Parameters:
message
- the messagearguments
- the arguments
-
CommandException
public CommandException(String message, Throwable cause)
- Parameters:
message
- the messagecause
- the cause
-
-
Method Detail
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
- Returns:
- the localized message
-
-