org.ujac.util.table
Class OperationNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.util.table.TableException
                  extended by 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

Constructor Summary
OperationNotSupportedException()
          Constructs a OperationNotSupportedException instance with specific attributes.
OperationNotSupportedException(String message)
          Constructs a OperationNotSupportedException instance with specific attributes.
OperationNotSupportedException(String msg, Throwable cause)
          Constructs a OperationNotSupportedException instance with no specific arguments.
 
Method Summary
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.