com.sun.portal.providers
Class UnknownEditTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.portal.providers.ProviderException
com.sun.portal.providers.UnknownEditTypeException
- All Implemented Interfaces:
- Serializable
- public class UnknownEditTypeException
- extends ProviderException
This exception may be thrown from Provider.getEditType()
if an unknown or undefined edit type is encountered.
- See Also:
ProviderException
,
Provider.getEditType()
,
Serialized Form
UnknownEditTypeException
public UnknownEditTypeException(String msg)
- Constructs a new exception with the specified message, indicating an
unexpected edit type is encountered.
- Parameters:
msg
- The descriptive message.
UnknownEditTypeException
public UnknownEditTypeException(String msg,
Throwable e)
- Constructs a new exception with the specified message, and the original
exception
or error
.
- Parameters:
msg
- The descriptive message.e
- The original exception
or error
.