Class ArcUndeclaredThrowableException

  • All Implemented Interfaces:
    Serializable

    public class ArcUndeclaredThrowableException
    extends RuntimeException
    Exception that is thrown from generated arc classes if a checked exception cannot be propagated
    See Also:
    Serialized Form
    • Constructor Detail

      • ArcUndeclaredThrowableException

        public ArcUndeclaredThrowableException​(Throwable cause)
      • ArcUndeclaredThrowableException

        public ArcUndeclaredThrowableException()
      • ArcUndeclaredThrowableException

        public ArcUndeclaredThrowableException​(String message)
      • ArcUndeclaredThrowableException

        public ArcUndeclaredThrowableException​(String message,
                                               Throwable cause)
      • ArcUndeclaredThrowableException

        protected ArcUndeclaredThrowableException​(String message,
                                                  Throwable cause,
                                                  boolean enableSuppression,
                                                  boolean writableStackTrace)