Core API 7.1

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

Constructor Summary
ScriptServiceException(String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptServiceException

public ScriptServiceException(String message)

Core API 7.1