org.rhq.enterprise.communications.util
Class NotProcessedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.enterprise.communications.util.NotProcessedException
- All Implemented Interfaces:
- Serializable
public class NotProcessedException
- extends RuntimeException
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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotProcessedException
public NotProcessedException(String reason)
getReason
public String getReason()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.