|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.vt.middleware.ed.exception.ApplicationException
edu.vt.middleware.ed.exception.ServerException
edu.vt.middleware.ed.exception.LdapServerException
public class LdapServerException
LdapServerException is the base exception class for all
ldap server related exceptions.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
serialVersionUID |
| Constructor Summary | |
|---|---|
LdapServerException(Exception e)
This creates a new LdapServerException with
the supplied Exception. |
|
LdapServerException(String msg)
This creates a new LdapServerException with
the supplied String. |
|
LdapServerException(String msg,
Exception e)
This creates a new LdapServerException with
the supplied String and Exception. |
|
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public LdapServerException(String msg)
LdapServerException with
the supplied String.
msg - Stringpublic LdapServerException(Exception e)
LdapServerException with
the supplied Exception.
e - Exception
public LdapServerException(String msg,
Exception e)
LdapServerException with
the supplied String and Exception.
msg - Stringe - Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||