com.ibm.uddi.v3.management
Class InvalidFormatException

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

public class InvalidFormatException
extends UddiAdminException

This exception indicates a property value is of incorrect format.

Author:
IBM
See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
           
 
Constructor Summary
InvalidFormatException()
          Constructor.
InvalidFormatException(java.lang.String messageKey)
          Constructor.
InvalidFormatException(java.lang.String messageKey, MessageInserts inserts)
          Constructor.
InvalidFormatException(java.lang.String messageKey, MessageInserts inserts, java.lang.Throwable cause)
          Constructor.
InvalidFormatException(java.lang.String messageKey, java.lang.Throwable cause)
          Constructor.
InvalidFormatException(java.lang.Throwable cause)
          Constructor.
 
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

InvalidFormatException

public InvalidFormatException()
Constructor.


InvalidFormatException

public InvalidFormatException(java.lang.String messageKey)
Constructor.

Parameters:
messageKey -

InvalidFormatException

public InvalidFormatException(java.lang.String messageKey,
                              java.lang.Throwable cause)
Constructor.

Parameters:
messageKey -
cause -

InvalidFormatException

public InvalidFormatException(java.lang.String messageKey,
                              MessageInserts inserts,
                              java.lang.Throwable cause)
Constructor.

Parameters:
messageKey -
inserts -
cause -

InvalidFormatException

public InvalidFormatException(java.lang.Throwable cause)
Constructor.

Parameters:
cause -

InvalidFormatException

public InvalidFormatException(java.lang.String messageKey,
                              MessageInserts inserts)
Constructor.

Parameters:
messageKey -
inserts -