com.android.jack.api.v01
Class UnrecoverableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.jack.api.v01.UnrecoverableException
All Implemented Interfaces:
java.io.Serializable

public class UnrecoverableException
extends java.lang.Exception

Thrown when a major problem occurred because of an event out of control (e.g. an external process remove a temporary file used by Jack). Handling this error should only be reporting to the user and maybe just retry exactly the same thing as the one that has thrown.

See Also:
Serialized Form

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

UnrecoverableException

public UnrecoverableException()

UnrecoverableException

public UnrecoverableException(@Nonnull
                              java.lang.String message)

UnrecoverableException

public UnrecoverableException(@Nonnull
                              java.lang.String message,
                              @Nonnull
                              java.lang.Throwable cause)

UnrecoverableException

public UnrecoverableException(@Nonnull
                              java.lang.Throwable cause)