Class OptionalServiceNotAvailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.service.OptionalServiceNotAvailableException
All Implemented Interfaces:
Serializable

public class OptionalServiceNotAvailableException extends RuntimeException
Exception thrown when an optional service is not available.
Since:
2.0
Version:
1.0
Author:
matt
See Also:
  • Constructor Details

    • OptionalServiceNotAvailableException

      public OptionalServiceNotAvailableException(String message)
      Construct with a message.
      Parameters:
      message - the message
    • OptionalServiceNotAvailableException

      public OptionalServiceNotAvailableException(Throwable cause)
      Construct with a nested exception.
      Parameters:
      cause - the cause
    • OptionalServiceNotAvailableException

      public OptionalServiceNotAvailableException(String message, Throwable cause)
      Construct with a message and nested exception.
      Parameters:
      message - the message
      cause - the cause