Class SDODatabindingException

All Implemented Interfaces:
Serializable

public class SDODatabindingException extends RuntimeException
Created by IntelliJ IDEA. User: giglee Date: Apr 9, 2009 Time: 1:30:52 PM To change this template use File | Settings | File Templates.
See Also:
  • Constructor Details

    • SDODatabindingException

      public SDODatabindingException()
      Default constructor.
    • SDODatabindingException

      public SDODatabindingException(String message)
      Creates an exception with the provided message.
      Parameters:
      message - the exception message.
    • SDODatabindingException

      public SDODatabindingException(String message, Throwable cause)
      Creates an exception with the provided message and root cause.
      Parameters:
      message - the exception message.
      cause - the root cause exception/throwable.
    • SDODatabindingException

      public SDODatabindingException(Throwable throwable)
      Creates an exception with the provided root cause throwable.
      Parameters:
      throwable - the root cause.
  • Method Details