org.jppf
Class JPPFUnsupportedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jppf.JPPFUnsupportedOperationException
All Implemented Interfaces:
Serializable

public class JPPFUnsupportedOperationException
extends Exception

Exception raised to indicate that a call to a JPPF method is not supported.

Author:
Laurent Cohen
See Also:
Serialized Form

Constructor Summary
JPPFUnsupportedOperationException(String message)
          Initialize this exception with a specified message.
JPPFUnsupportedOperationException(String message, Throwable cause)
          Initialize this exception with a specified message and cause exception.
JPPFUnsupportedOperationException(Throwable cause)
          Initialize this exception with a specified cause exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

JPPFUnsupportedOperationException

public JPPFUnsupportedOperationException(String message,
                                         Throwable cause)
Initialize this exception with a specified message and cause exception.

Parameters:
message - the message for this exception.
cause - the cause exception.

JPPFUnsupportedOperationException

public JPPFUnsupportedOperationException(String message)
Initialize this exception with a specified message.

Parameters:
message - the message for this exception.

JPPFUnsupportedOperationException

public JPPFUnsupportedOperationException(Throwable cause)
Initialize this exception with a specified cause exception.

Parameters:
cause - the cause exception.


Copyright © 2005-2010 JPPF Team.