Class DomainException

All Implemented Interfaces:
Serializable

public class DomainException extends RepositoryException
Superclass for all domain management exceptions.
See Also:
  • Constructor Details

    • DomainException

      public DomainException(String message)
      Constructs a new DomainException object.
      Parameters:
      message -
    • DomainException

      public DomainException(Throwable cause)
      Constructs a new DomainException object.
      Parameters:
      cause -
    • DomainException

      public DomainException(String message, Throwable cause)
      Constructs a new DomainException object.
      Parameters:
      message -
      cause -