Class DomainTypeNotFoundException

All Implemented Interfaces:
Serializable

public class DomainTypeNotFoundException extends JdbcException
Thrown to indicate that the domain description is not found.
See Also:
  • Constructor Details

    • DomainTypeNotFoundException

      public DomainTypeNotFoundException(Throwable cause, String domainClassName, String domainTypeClassName)
  • Method Details

    • getDomainClassName

      public String getDomainClassName()
    • getDomainTypeClassName

      public String getDomainTypeClassName()