com.ibm.uddi.v3.management
Class UnknownIdException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.uddi.v3.management.UddiAdminException
com.ibm.uddi.v3.management.UnknownIdException
All implemented interfaces:
java.io.Serializable
- public class UnknownIdException
- extends UddiAdminException
See Also:
Constructor Summary
Constructor and Description |
---|
UnknownIdException()
Constructor.
|
UnknownIdException(java.lang.String messageKey)
Constructor.
|
UnknownIdException(java.lang.String messageKey,MessageInserts messageInserts)
Constructor.
|
UnknownIdException(java.lang.String messageKey,MessageInserts messageInserts,java.lang.Throwable cause)
Constructor.
|
UnknownIdException(java.lang.String messageKey,java.lang.Throwable cause)
Constructor.
|
UnknownIdException(java.lang.Throwable cause)
Constructor.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getUnknownId()
Returns ID of entity that is unknown or invalid.
|
|
setUnknownId(java.lang.String unknownId)
Sets ID of entity that is unknown or invalid.
|
Methods inherited from class com.ibm.uddi.v3.management.UddiAdminException |
---|
getLocalizedMessage, getLocalizedMessage, getMessage, getMessageInsertValues, getMessageKey, getMessageNumber, getSeverity |
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
UnknownIdException
- public UnknownIdException()
Constructor.
UnknownIdException
- public UnknownIdException(java.lang.String messageKey)
Constructor.
Parameters:
messageKey
- UnknownIdException
- public UnknownIdException(java.lang.String messageKey,
- java.lang.Throwable cause)
Constructor.
Parameters:
messageKey
- cause
- UnknownIdException
- public UnknownIdException(java.lang.String messageKey,
- MessageInserts messageInserts,
- java.lang.Throwable cause)
Constructor.
Parameters:
messageKey
- messageInserts
- cause
- UnknownIdException
- public UnknownIdException(java.lang.Throwable cause)
Constructor.
Parameters:
cause
- UnknownIdException
- public UnknownIdException(java.lang.String messageKey,
- MessageInserts messageInserts)
Constructor.
Parameters:
messageKey
- messageInserts
- Method Detail
getUnknownId
- public java.lang.String getUnknownId( )
Returns ID of entity that is unknown or invalid.
Returns:
setUnknownId
- public void setUnknownId(java.lang.String unknownId)
Sets ID of entity that is unknown or invalid.
Parameters:
unknownId
-