com.ibm.uddi.v3.management
Class UnknownIdException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.uddi.v3.management.UddiAdminException
              extended bycom.ibm.uddi.v3.management.UnknownIdException
All Implemented Interfaces:
java.io.Serializable

public class UnknownIdException
extends UddiAdminException

This exception indicates an ID value is not known to the UDDI node.

Author:
IBM
See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
           
 
Constructor Summary
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
 java.lang.String getUnknownId()
          Returns ID of entity that is unknown or invalid.
 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
See Also:
Constant Field Values
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 -