Class OrganizationDatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.kernel.security.persistence.OrganizationDatabaseException
All Implemented Interfaces:
Serializable

public class OrganizationDatabaseException extends RuntimeException
Presents exception that occurs while storing/retrieving organizations from persistence storage.
See Also:
  • Constructor Details

    • OrganizationDatabaseException

      public OrganizationDatabaseException(Throwable cause)
      Create exception with a cause.
      Parameters:
      cause -