Class AdopterRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.adopter.registration.AdopterRegistrationException
- All Implemented Interfaces:
Serializable
Exception that will be thrown when an errors occurs in the form repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe exception constructor.AdopterRegistrationException(String message) Creates an exception with a message.AdopterRegistrationException(String message, Throwable cause) Create exception with a message and a cause.Create exception with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdopterRegistrationException
public AdopterRegistrationException()The exception constructor. -
AdopterRegistrationException
Creates an exception with a message.- Parameters:
message- An error message.
-
AdopterRegistrationException
Create exception with a cause.- Parameters:
cause- The exception cause.
-
AdopterRegistrationException
Create exception with a message and a cause.- Parameters:
message- An error message.cause- The exception cause.
-