android.content
Class OperationApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by android.content.OperationApplicationException
All Implemented Interfaces:
Serializable

public class OperationApplicationException
extends Exception

See Also:
Serialized Form

Constructor Summary
OperationApplicationException()
           
OperationApplicationException(int numSuccessfulYieldPoints)
           
OperationApplicationException(String message)
           
OperationApplicationException(String message, int numSuccessfulYieldPoints)
           
OperationApplicationException(String message, Throwable cause)
           
OperationApplicationException(Throwable cause)
           
 
Method Summary
 int getNumSuccessfulYieldPoints()
           
 
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

OperationApplicationException

public OperationApplicationException()

OperationApplicationException

public OperationApplicationException(String message)

OperationApplicationException

public OperationApplicationException(String message,
                                     Throwable cause)

OperationApplicationException

public OperationApplicationException(Throwable cause)

OperationApplicationException

public OperationApplicationException(int numSuccessfulYieldPoints)

OperationApplicationException

public OperationApplicationException(String message,
                                     int numSuccessfulYieldPoints)
Method Detail

getNumSuccessfulYieldPoints

public int getNumSuccessfulYieldPoints()


Copyright © 2008-2012. All Rights Reserved.