Class BinderException

  • All Implemented Interfaces:
    Serializable

    public class BinderException
    extends RuntimeException
    Exception thrown to indicate a binder error (most likely a configuration error).
    Author:
    Gary Russell, Marius Bogoevici
    See Also:
    Serialized Form
    • Constructor Detail

      • BinderException

        public BinderException​(String message)
      • BinderException

        public BinderException​(String message,
                               Throwable cause)