com.android.builder.signing
Class SigningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.builder.signing.SigningException
All Implemented Interfaces:
java.io.Serializable

public class SigningException
extends java.lang.Exception

See Also:
Serialized Form

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

SigningException

public SigningException()

SigningException

public SigningException(java.lang.String message)

SigningException

public SigningException(java.lang.String message,
                        java.lang.Throwable throwable)

SigningException

public SigningException(java.lang.Throwable throwable)