com.ibm.uddi.v3.management

Class InvalidFormatException

  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.InvalidFormatException
All implemented interfaces:
java.io.Serializable

  1. public class InvalidFormatException
  2. extends UddiAdminException
This exception indicates a property value is of incorrect format.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
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.

Method Summary

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

InvalidFormatException

  1. public InvalidFormatException()
Constructor.


InvalidFormatException

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

Parameters:
messageKey -

InvalidFormatException

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

Parameters:
messageKey -
cause -

InvalidFormatException

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

Parameters:
messageKey -
inserts -
cause -

InvalidFormatException

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

Parameters:
cause -

InvalidFormatException

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

Parameters:
messageKey -
inserts -