public class SDODatabindingException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
SDODatabindingException() |
Default constructor.
|
SDODatabindingException(java.lang.String message) |
Creates an exception with the provided message.
|
SDODatabindingException(java.lang.String message,
java.lang.Throwable cause) |
Creates an exception with the provided message and root cause.
|
SDODatabindingException(java.lang.Throwable throwable) |
Creates an exception with the provided root cause throwable.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMessage() |
public SDODatabindingException()
public SDODatabindingException(java.lang.String message)
message - the exception message.public SDODatabindingException(java.lang.String message,
java.lang.Throwable cause)
message - the exception message.cause - the root cause exception/throwable.public SDODatabindingException(java.lang.Throwable throwable)
throwable - the root cause.Copyright © 2017 Oracle Corporation. All rights reserved.