org.gwe.drivers
Class HandleOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gwe.drivers.HandleOperationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HandleCreationException, HandleOperationNotSupportedException

public class HandleOperationException
extends java.lang.Exception

Since:
Aug 9, 2007
Author:
Marco Ruiz
See Also:
Serialized Form

Constructor Summary
HandleOperationException()
           
HandleOperationException(java.lang.String message)
           
HandleOperationException(java.lang.String message, java.lang.Throwable exc)
           
HandleOperationException(java.lang.Throwable exc)
           
 
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

HandleOperationException

public HandleOperationException()

HandleOperationException

public HandleOperationException(java.lang.String message,
                                java.lang.Throwable exc)

HandleOperationException

public HandleOperationException(java.lang.String message)

HandleOperationException

public HandleOperationException(java.lang.Throwable exc)


Copyright © 2007-2009. All Rights Reserved.