Class TrolieException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StreamingGetException, TrolieServerException

public class TrolieException extends RuntimeException
Common base for any exceptions thrown by TrolieClient to API users.
See Also:
  • Constructor Details

    • TrolieException

      public TrolieException(String message, Throwable cause)
      Parameters:
      message - message
      cause - parent
    • TrolieException

      public TrolieException(String message)
      Parameters:
      message - message
    • TrolieException

      public TrolieException(Throwable cause)
      Parameters:
      cause - parent