Class ASJarSigner.ASJarSignerException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ASJarSigner

    public static class ASJarSigner.ASJarSignerException
    extends Exception
    Wraps any underlying exception.

    This is primarily used to insulate calling logic from the large variety of exceptions that can occur during signing from which the caller cannot really recover.

    See Also:
    Serialized Form
    • Constructor Detail

      • ASJarSignerException

        public ASJarSignerException​(String msg,
                                    Throwable t)