|
Core API 7.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.juniper.smgt.sae.portal.PortalException
|
+--net.juniper.smgt.sae.portal.SspException
This exception is thrown when an operation fails due to
an unexpected error condition in SAE or in
an external system upon which SAE depends. For example, an
LDAP directory, a RADIUS server, an E-series router, etc.).
"Normal" error conditions (e.g. an authentication failure
when a user mistypes a password) are indicated by the other
subsclasses of PortalException,
or by subclasses of this SspException.
| Method Summary | |
String |
getMessage()
Returns an English language message explaining the underlying reason why a Portal API operation failed. |
String |
getWebMessage()
Returns an English language message explaining the underlying reason why a Portal API operation failed. |
void |
setWebMessage(String msg)
Sets an English language message explaining the underlying reason why a Portal API operation failed. |
| Methods inherited from class net.juniper.smgt.sae.portal.PortalException |
printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public String getMessage()
getMessage in class Throwablepublic String getWebMessage()
public void setWebMessage(String msg)
|
Core API 7.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||