public class HJMPException extends YEJBException
| Constructor and Description |
|---|
HJMPException(DataAccessException e,
ItemDeployment deployment) |
HJMPException(Exception nested)
Constructs an
HJMPException with the root cause. |
HJMPException(String msg)
Constructs an
HJMPException with the specified detail message. |
HJMPException(String msg,
Exception nested)
Constructs an
HJMPException with the specified detail message and root cause. |
| Modifier and Type | Method and Description |
|---|---|
ItemDeployment |
getDeployment() |
String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
getCausedByExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic HJMPException(String msg, Exception nested)
HJMPException with the specified detail message and root cause.public HJMPException(String msg)
HJMPException with the specified detail message.msg - the detail message.public HJMPException(Exception nested)
HJMPException with the root cause.nested - the root causepublic HJMPException(DataAccessException e,
ItemDeployment deployment)
public String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepublic ItemDeployment getDeployment()
Copyright © 2017 SAP SE. All Rights Reserved.