Class BatonException

All Implemented Interfaces:
Serializable

public class BatonException extends RuntimeException
Baton-specific exception.
See Also:
  • Constructor Details

    • BatonException

      public BatonException()
    • BatonException

      public BatonException(String message, Throwable cause)
    • BatonException

      public BatonException(String message)
    • BatonException

      public BatonException(Throwable cause)