org.ujac.util.table
Class OperationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.util.table.TableException
org.ujac.util.table.OperationNotSupportedException
- All Implemented Interfaces:
- Serializable
public class OperationNotSupportedException
- extends TableException
Name: OperationNotSupportedException
Description: Class for exceptions, telling that the called method is not supported
by the called implementation.
- Author:
- lauerc
- See Also:
- Serialized Form
OperationNotSupportedException
public OperationNotSupportedException()
- Constructs a OperationNotSupportedException instance with specific attributes.
OperationNotSupportedException
public OperationNotSupportedException(String message)
- Constructs a OperationNotSupportedException instance with specific attributes.
- Parameters:
message
- The error message.
OperationNotSupportedException
public OperationNotSupportedException(String msg,
Throwable cause)
- Constructs a OperationNotSupportedException instance with no specific arguments.
- Parameters:
msg
- The error message.cause
- The cause of the error.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.