org.apache.jackrabbit.standalone.cli.info
Class JcrInfoCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jackrabbit.standalone.cli.CommandException
              extended by 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
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
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

JcrInfoCommandException

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

JcrInfoCommandException

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

JcrInfoCommandException

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

JcrInfoCommandException

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


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