Class FetchException

All Implemented Interfaces:
Serializable

public class FetchException extends RuntimeException
Exception used when fetch of relationships fails
See Also:
  • Constructor Details

    • FetchException

      public FetchException(Exception e)
      Construuctor from parent exception
      Parameters:
      e - Parent exception
    • FetchException

      public FetchException(String s)
      Exception with message
      Parameters:
      s - The error description