|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
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.ibm.uddi.v3.management.UddiAdminException
public class UddiAdminException
This class represents exceptions that have occurred as a result of invoking administrative operations. This saves administrators from having to know about UDDIExceptions.
Constructor Summary | |
---|---|
UddiAdminException()
Constructor taking no arguments. |
|
UddiAdminException(java.lang.String messageKey)
Constructor taking a message key. |
|
UddiAdminException(java.lang.String messageKey,
MessageInserts messageInserts)
Constructor taking a message key and message inserts). |
|
UddiAdminException(java.lang.String messageKey,
MessageInserts messageInserts,
java.lang.Throwable cause)
Constructor taking message key, inserts and cause. |
|
UddiAdminException(java.lang.String messageKey,
java.lang.Throwable cause)
Constructor taking message key and cause. |
|
UddiAdminException(java.lang.Throwable cause)
Constructor taking cause. |
Method Summary | |
---|---|
java.lang.String |
getLocalizedMessage()
Returns a translated message using the key and inserts. |
java.lang.String |
getLocalizedMessage(java.util.Locale locale)
Returns translated message for specified Locale . |
java.lang.String |
getMessage()
|
java.lang.String[] |
getMessageInsertValues(java.util.Locale locale)
Returns the message insert values for the message associated with this exception. |
java.lang.String |
getMessageKey()
Returns message key. |
java.lang.String |
getMessageNumber()
Returns message number. |
java.lang.String |
getSeverity()
Returns severity code. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 UddiAdminException()
public UddiAdminException(java.lang.String messageKey)
messageKey
- public UddiAdminException(java.lang.String messageKey, java.lang.Throwable cause)
messageKey
- cause
- public UddiAdminException(java.lang.String messageKey, MessageInserts messageInserts, java.lang.Throwable cause)
messageKey
- inserts
- cause
- public UddiAdminException(java.lang.Throwable cause)
cause
- public UddiAdminException(java.lang.String messageKey, MessageInserts messageInserts)
messageKey
- inserts
- Method Detail |
---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
Throwable.getLocalizedMessage()
public java.lang.String getLocalizedMessage(java.util.Locale locale)
Locale
.
locale
-
public java.lang.String getMessageKey()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
public java.lang.String getSeverity()
public java.lang.String getMessageNumber()
public java.lang.String[] getMessageInsertValues(java.util.Locale locale)
locale
- - the Locale
used to translate any inserts that are message keys.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |