|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException
Exception that will be thrown when a command is passed into an object store and that store does not understand the specified command.
| Constructor Summary | |
ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
Constructor for the ObjectStoreCommandNotSupportedException object |
|
ObjectStoreCommandNotSupportedException(String message)
Deprecated. Use the constructor that takes a command |
|
| Method Summary | |
ObjectStoreCommand |
getCommand()
Return the command or null if the command wasn't set |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
public ObjectStoreCommandNotSupportedException(String message)
message - The messagepublic ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
command - The command that was not supported| Method Detail |
public ObjectStoreCommand getCommand()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||