|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLocalizedException
com.webmethods.sc.mws.MWServerException
public class MWServerException
General directory exception identifies failure to perform directory operation
Constructor Summary | |
---|---|
MWServerException(String msgKey)
Use primarily for debugging. |
|
MWServerException(String msgKey,
Object[] msgSubstitutions)
Use primarily for debugging. |
|
MWServerException(String msgKey,
Object[] msgSubstitutions,
Throwable rootCause)
Use primarily for debugging. |
|
MWServerException(String msgKey,
Throwable rootCause)
Use primarily for debugging. |
|
MWServerException(Throwable rootCause)
Use primarily for debugging. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MWServerException(String msgKey, Object[] msgSubstitutions, Throwable rootCause)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.public MWServerException(String msgKey, Throwable rootCause)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.public MWServerException(String msgKey, Object[] msgSubstitutions)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.public MWServerException(String msgKey)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.public MWServerException(Throwable rootCause)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |