com.android.jill.api
Class ConfigNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.jill.api.ConfigNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ConfigNotSupportedException
extends java.lang.Exception

Thrown when the requested Jill configuration for a given API version is not supported.

See Also:
Serialized Form

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

ConfigNotSupportedException

public ConfigNotSupportedException()

ConfigNotSupportedException

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

ConfigNotSupportedException

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

ConfigNotSupportedException

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