Class AdopterRegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.adopter.registration.AdopterRegistrationException
All Implemented Interfaces:
Serializable

public class AdopterRegistrationException extends RuntimeException
Exception that will be thrown when an errors occurs in the form repository.
See Also:
  • Constructor Details

    • AdopterRegistrationException

      public AdopterRegistrationException()
      The exception constructor.
    • AdopterRegistrationException

      public AdopterRegistrationException(String message)
      Creates an exception with a message.
      Parameters:
      message - An error message.
    • AdopterRegistrationException

      public AdopterRegistrationException(Throwable cause)
      Create exception with a cause.
      Parameters:
      cause - The exception cause.
    • AdopterRegistrationException

      public AdopterRegistrationException(String message, Throwable cause)
      Create exception with a message and a cause.
      Parameters:
      message - An error message.
      cause - The exception cause.