This project has retired. For details please refer to its Attic page.
OperationNotSupportedException (Apache Gora 0.2 API)

org.apache.gora.util
Class OperationNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.gora.util.OperationNotSupportedException
All Implemented Interfaces:
Serializable

public class OperationNotSupportedException
extends RuntimeException

Operation is not supported or implemented.

See Also:
Serialized Form

Constructor Summary
OperationNotSupportedException()
           
OperationNotSupportedException(String message)
           
OperationNotSupportedException(String message, Throwable cause)
           
OperationNotSupportedException(Throwable cause)
           
 
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

OperationNotSupportedException

public OperationNotSupportedException()

OperationNotSupportedException

public OperationNotSupportedException(String message,
                                      Throwable cause)

OperationNotSupportedException

public OperationNotSupportedException(String message)

OperationNotSupportedException

public OperationNotSupportedException(Throwable cause)


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.