Class RetrieveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nervousync.database.exceptions.record.RetrieveException
All Implemented Interfaces:
Serializable

public final class RetrieveException extends RuntimeException
Version:
$Revision: 1.0 $ $Date: Mar 3, 2016 5:27:32 PM $
Author:
Steven Wee wmkm0113@Hotmail.com
See Also:
  • Constructor Details

    • RetrieveException

      public RetrieveException(String errorMessage)
      Creates a new instance of RetrieveException without detail message.
      Parameters:
      errorMessage - Error message
    • RetrieveException

      public RetrieveException(String errorMessage, Exception e)
      Creates an instance of RetrieveException with nested exception
      Parameters:
      errorMessage - Error message
      e - Nested exception