Class UnknownAccessTypeException

All Implemented Interfaces:
Serializable

public class UnknownAccessTypeException extends HibernateException
Indicates that an unknown AccessType external name was encountered or that an AccessType was requested that the underlying cache provider does not support.
Author:
Steve Ebersole
See Also:
  • Constructor Details

    • UnknownAccessTypeException

      public UnknownAccessTypeException(String accessTypeName)
      Constructs the UnknownAccessTypeException.
      Parameters:
      accessTypeName - The external name that could not be resolved.