net.juniper.smgt.sae.scriptservice
Class ScriptServiceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.juniper.smgt.sae.scriptservice.ScriptServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AcctNotAvailException
- public class ScriptServiceException
- extends Exception
ScriptServiceException is a user exception the
script service implementation can throw while
activating, deactivating, modifying, or polling
accounting info of the service fails.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptServiceException
public ScriptServiceException(String message)