|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.rhq.enterprise.communications.command.param.NoParameterDefinitionsException
public class NoParameterDefinitionsException
This exception occurs when a command does not define any parameter definitions, but an attempt to access a parameter definition was made.
| Constructor Summary | |
|---|---|
NoParameterDefinitionsException()
Constructor for NoParameterDefinitionsException. |
|
NoParameterDefinitionsException(String message)
Constructor for NoParameterDefinitionsException. |
|
NoParameterDefinitionsException(String message,
Throwable cause)
Constructor for NoParameterDefinitionsException. |
|
NoParameterDefinitionsException(Throwable cause)
Constructor for NoParameterDefinitionsException. |
|
| Method Summary |
|---|
| 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 NoParameterDefinitionsException()
NoParameterDefinitionsException.
public NoParameterDefinitionsException(String message)
NoParameterDefinitionsException.
message - public NoParameterDefinitionsException(Throwable cause)
NoParameterDefinitionsException.
cause -
public NoParameterDefinitionsException(String message,
Throwable cause)
NoParameterDefinitionsException.
message - cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||