|
||||||||||
| 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
org.rhq.enterprise.communications.util.NotProcessedException
public class NotProcessedException
Thrown when command processing is unavailable. This is typically due to temporary global suspension of command processing.
It is different from NotPermittedException in that the command request itself did not violate any
constraint (e.g. security, concurrency limit).
Can optionally be provided a String supplying a reason for not processing the command.
| Constructor Summary | |
|---|---|
NotProcessedException(java.lang.String reason)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getReason()
|
| 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 NotProcessedException(java.lang.String reason)
| Method Detail |
|---|
public java.lang.String getReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||