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 SummaryConstructors Constructor Description CommandException(String message)CommandException(String message, Object[] arguments)CommandException(String message, Throwable cause)CommandException(String message, Throwable cause, Object[] arguments)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedMessage()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CommandExceptionpublic CommandException(String message) - Parameters:
- message- the message
 
 - 
CommandExceptionpublic CommandException(String message, Object[] arguments) - Parameters:
- message- the message
- arguments- the arguments
 
 - 
CommandExceptionpublic CommandException(String message, Throwable cause) - Parameters:
- message- the message
- cause- the cause
 
 
- 
 - 
Method Detail- 
getLocalizedMessagepublic String getLocalizedMessage() - Overrides:
- getLocalizedMessagein class- Throwable
- Returns:
- the localized message
 
 
- 
 
-