com.ibm.uddi.v3.management
Class InvalidFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.uddi.v3.management.UddiAdminException
-
- com.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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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
-
-
-
-
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-
-
-