org.apache.jackrabbit.standalone.cli
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
CommandException(String message)
           
CommandException(String message, Object[] arguments)
           
CommandException(String message, Throwable cause)
           
CommandException(String message, Throwable cause, Object[] arguments)
           
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandException

public CommandException(String message)
Parameters:
message - the message

CommandException

public CommandException(String message,
                        Object[] arguments)
Parameters:
message - the message
arguments - the arguments

CommandException

public CommandException(String message,
                        Throwable cause)
Parameters:
message - the message
cause - the cause

CommandException

public CommandException(String message,
                        Throwable cause,
                        Object[] arguments)
Parameters:
message - the message
cause - the cause
arguments - the arguments
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable
Returns:
the localized message


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.