net.juniper.smgt.sae.portal
Class OverloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.juniper.smgt.sae.portal.PortalException
net.juniper.smgt.sae.portal.OverloadException
- All Implemented Interfaces:
- Serializable
public class OverloadException
- extends PortalException
This exception is thrown when the COPS interface is currently overloaded.
- See Also:
- Serialized Form
Method Summary |
String |
getMessage()
Returns an English language message explaining the underlying reason why a Portal
API operation failed. |
getMessage
public String getMessage()
- Returns an English language message explaining the underlying reason why a Portal
API operation failed. This message is not composed
or formatted suitably for presentation in a user's web browser. It is intended for
debugging purposes only (e.g. for printing inside an HTML comment).
- Overrides:
getMessage
in class Throwable