Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
An InternalException is thrown if there is an Error in the API.
See Also:
  • Constructor Details

    • InternalException

      public InternalException(String message)
      Parameters:
      message - Text describing the error
    • InternalException

      public InternalException(Exception cause)
      Parameters:
      cause - original exception
    • InternalException

      public InternalException(String message, Throwable cause)
      Parameters:
      message - Text describing the error
      cause - original exception