|
Sun Adapter for LDAP API | ||||||||
| 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.stc.connector.appconn.common.ApplicationException
com.stc.connector.appconn.ldap.LDAPApplicationException
public class LDAPApplicationException
Exception class for LDAP application. Used for wrapping application level exceptions and throwing them back to the client.
| Constructor Summary | |
|---|---|
LDAPApplicationException()
Creates a new instance of LDAPApplicationException
without detail message. |
|
LDAPApplicationException(java.lang.String msg)
Constructs an instance of LDAPApplicationException
with the specified detail message. |
|
LDAPApplicationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of LDAPApplicationException
with the specified detail message. |
|
| Method Summary |
|---|
| 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 LDAPApplicationException()
LDAPApplicationException
without detail message.
public LDAPApplicationException(java.lang.String msg)
LDAPApplicationException
with the specified detail message.
msg - the detail message.
public LDAPApplicationException(java.lang.String msg,
java.lang.Throwable cause)
LDAPApplicationException
with the specified detail message.
msg - cause -
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||