Class JcrInfoCommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jackrabbit.standalone.cli.CommandException
-
- org.apache.jackrabbit.standalone.cli.info.JcrInfoCommandException
-
- All Implemented Interfaces:
Serializable
public class JcrInfoCommandException extends CommandException
Exception thrown by Info Commands- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JcrInfoCommandException(String message)JcrInfoCommandException(String message, Object[] arguments)JcrInfoCommandException(String message, Throwable cause)JcrInfoCommandException(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
-
JcrInfoCommandException
public JcrInfoCommandException(String message)
- Parameters:
message- the message
-
JcrInfoCommandException
public JcrInfoCommandException(String message, Object[] arguments)
- Parameters:
message- the messagearguments- the arguments
-
JcrInfoCommandException
public JcrInfoCommandException(String message, Throwable cause)
- Parameters:
message- the messagecause- the cause
-
-