public class PdmsRuntimeException extends RuntimeException
PdmsRuntimeException should be thrown by a Java Insight Provider backend when a PDMS-specific error occurs.| Constructor and Description |
|---|
PdmsRuntimeException(String message)
Creates a new
PdmsRuntimeException with the error message set to the passed argument string. |
PdmsRuntimeException(String message,
Throwable cause)
Creates a new
PdmsRuntimeException with the error message set to the passed argument string and the cause
set to the passed argument throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PdmsRuntimeException(String message)
PdmsRuntimeException with the error message set to the passed argument string.message - the error messagepublic PdmsRuntimeException(String message, Throwable cause)
PdmsRuntimeException with the error message set to the passed argument string and the cause
set to the passed argument throwable.message - the error messagecause - the thowable exception that caused this exceptionCopyright © 2016 SAP. All Rights Reserved.