Class ServiceError

All Implemented Interfaces:
Serializable

public class ServiceError extends RuntimeException
Thrown by ServiceError when something goes wrong
See Also:
Serialized Form
  • Constructor Details

    • ServiceError

      public ServiceError(@NonNull String message)
    • ServiceError

      public ServiceError(@NonNull String message, @NonNull Throwable cause)
  • Method Details