Class BLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.brooklime.api.BLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BLHTTPException, BLParseException

public class BLException extends Exception
The type of exceptions raised by the API.
See Also:
  • Constructor Details

    • BLException

      public BLException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • BLException

      public BLException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause
    • BLException

      public BLException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The cause