Class ServiceRegistryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.serviceregistry.api.ServiceRegistryException
All Implemented Interfaces:
Serializable

public class ServiceRegistryException extends Exception
Exception that is thrown during service lookups.
See Also:
  • Constructor Details

    • ServiceRegistryException

      public ServiceRegistryException(String message, Throwable t)
      Creates a new service registry exception.
      Parameters:
      message - the error message
      t - the exception causing the error
    • ServiceRegistryException

      public ServiceRegistryException(String message)
      Creates a new service registry exception.
      Parameters:
      message - the error message
    • ServiceRegistryException

      public ServiceRegistryException(Throwable t)
      Creates a new service registry exception.
      Parameters:
      t - the exception causing the error