com.ibm.uddi.v3.management
Class InvalidTypeException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.uddi.v3.management.UddiAdminException
com.ibm.uddi.v3.management.InvalidTypeException
All implemented interfaces:
java.io.Serializable
- public class InvalidTypeException
- extends UddiAdminException
See Also:
Constructor Summary
Constructor and Description |
---|
InvalidTypeException()
Constructor.
|
InvalidTypeException(java.lang.String messageKey)
Constructor.
|
InvalidTypeException(java.lang.String messageKey,MessageInserts inserts)
Constructor.
|
InvalidTypeException(java.lang.String messageKey,MessageInserts inserts,java.lang.Throwable cause)
Constructor.
|
InvalidTypeException(java.lang.String messageKey,java.lang.Throwable cause)
Constructor.
|
InvalidTypeException(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
InvalidTypeException
- public InvalidTypeException()
Constructor.
InvalidTypeException
- public InvalidTypeException(java.lang.String messageKey)
Constructor.
Parameters:
messageKey
- InvalidTypeException
- public InvalidTypeException(java.lang.String messageKey,
- java.lang.Throwable cause)
Constructor.
Parameters:
messageKey
- cause
- InvalidTypeException
- public InvalidTypeException(java.lang.String messageKey,
- MessageInserts inserts,
- java.lang.Throwable cause)
Constructor.
Parameters:
messageKey
- inserts
- cause
- InvalidTypeException
- public InvalidTypeException(java.lang.Throwable cause)
Constructor.
Parameters:
cause
- InvalidTypeException
- public InvalidTypeException(java.lang.String messageKey,
- MessageInserts inserts)
Constructor.
Parameters:
messageKey
- inserts
-