public class DiagnosticException
extends java.lang.Exception
| Constructor and Description |
|---|
DiagnosticException()
Creates a new instance of the
DiagnosticException class. |
DiagnosticException(java.lang.String message)
Creates a new instance of the
DiagnosticException class with the provided message. |
DiagnosticException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of the
DiagnosticException class with the provided message and cause Throwable |
DiagnosticException(java.lang.Throwable cause)
Creates a new instance of the
DiagnosticException class with the provided cause Throwable |
public DiagnosticException()
DiagnosticException class.public DiagnosticException(java.lang.String message)
DiagnosticException class with the provided message.message - the message of the exception.public DiagnosticException(java.lang.String message,
java.lang.Throwable cause)
DiagnosticException class with the provided message and cause Throwablemessage - the message of the exception.cause - the cause for the exception.public DiagnosticException(java.lang.Throwable cause)
DiagnosticException class with the provided cause Throwablecause - the cause for the exception.Copyright © 2018 Frederic Thevenet. All rights reserved.