com.ibm.uddi.v3.management

Class UnknownIdException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.uddi.v3.management.UddiAdminException
  5. extended bycom.ibm.uddi.v3.management.UnknownIdException
All implemented interfaces:
java.io.Serializable

  1. public class UnknownIdException
  2. extends UddiAdminException
This exception indicates an ID value is not known to the UDDI node.
See Also:
Serialized Form

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
  1. java.lang.String
getUnknownId()
Returns ID of entity that is unknown or invalid.
  1. void
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

  1. public UnknownIdException()
Constructor.


UnknownIdException

  1. public UnknownIdException(java.lang.String messageKey)
Constructor.

Parameters:
messageKey -

UnknownIdException

  1. public UnknownIdException(java.lang.String messageKey,
  2. java.lang.Throwable cause)
Constructor.

Parameters:
messageKey -
cause -

UnknownIdException

  1. public UnknownIdException(java.lang.String messageKey,
  2. MessageInserts messageInserts,
  3. java.lang.Throwable cause)
Constructor.

Parameters:
messageKey -
messageInserts -
cause -

UnknownIdException

  1. public UnknownIdException(java.lang.Throwable cause)
Constructor.

Parameters:
cause -

UnknownIdException

  1. public UnknownIdException(java.lang.String messageKey,
  2. MessageInserts messageInserts)
Constructor.

Parameters:
messageKey -
messageInserts -

Method Detail

getUnknownId

  1. public java.lang.String getUnknownId( )
Returns ID of entity that is unknown or invalid.
Returns:

setUnknownId

  1. public void setUnknownId(java.lang.String unknownId)
Sets ID of entity that is unknown or invalid.
Parameters:
unknownId -