org.apache.jackrabbit.command.info
Class JcrInfoCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.command.CommandException
org.apache.jackrabbit.command.info.JcrInfoCommandException
- All Implemented Interfaces:
- Serializable
- public class JcrInfoCommandException
- extends CommandException
Exception thrown by Info Commands
- See Also:
- Serialized Form
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
JcrInfoCommandException
public JcrInfoCommandException(String message,
Throwable cause,
Object[] arguments)
- Parameters:
message
- the messagecause
- the causearguments
- the arguments
Copyright © 2005 . All Rights Reserved.