|
Core API 7.14 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.juniper.smgt.sae.portal.PortalException
net.juniper.smgt.sae.portal.UnknownServiceException
public class UnknownServiceException
This exception is thrown when an attempt is made to access the properties of
a Service
bean or a Subscription
bean whose
serviceName
property specifies
a service not currently loaded into SAE.
Method Summary | |
---|---|
Service |
getSourceBean()
Returns the Service bean that threw this
exception. |
Methods inherited from class net.juniper.smgt.sae.portal.PortalException |
---|
printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Service getSourceBean()
Service
bean that threw this
exception.
Service
|
Core API 7.14 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |