Class UpdateException

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

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

    • UpdateException

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

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