org.apache.jackrabbit.command
Class CommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jackrabbit.command.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()
Returns:
the localized message


Copyright © 2005 . All Rights Reserved.