|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mentata.l3d.L3DException
com.mentata.sg8.SG8Exception
An exception thrown within the SG8 gateway. This class extends the standard Java Exception class and is used to define and manage unexpected behaviors or invalid cases in SG8 servlet or JSP execution. It wraps JLDAP and L3D exceptions, provides additional localized descriptions of the problem, and is expressed through the error JSP.
| Constructor Summary | |
SG8Exception(int code)
Constructs an exception using properties defined for the given code. |
|
SG8Exception(int code,
String hint)
Constructs an exception using properties defined for the given code. |
|
SG8Exception(int code,
String hint,
Throwable cause)
Constructs an exception using properties defined for the given code and cause. |
|
SG8Exception(String hint)
Constructs an exception with undefined code and given hint. |
|
| Method Summary | |
int |
getSG8Code()
Returns the code assigned to a causing exception. |
String |
getSG8Message()
Returns the message assigned to this exception. |
| Methods inherited from class com.mentata.l3d.L3DException |
getHint, getL3DCode, getL3DMessage, getLDAPCode, getLDAPMessage, getLocale, setLocale |
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SG8Exception(String hint)
hint - a key piece of information about the errorpublic SG8Exception(int code)
code - the new error's identifier
public SG8Exception(int code,
String hint)
code - the new error's identifierhint - a key piece of information about the error
public SG8Exception(int code,
String hint,
Throwable cause)
code - the code for the errorhint - a key piece of information about the errorcause - the exception that provoked this L3D exception| Method Detail |
public int getSG8Code()
public String getSG8Message()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||