public class InitializeException extends RuntimeException
| Constructor and Description |
|---|
InitializeException() |
InitializeException(String message) |
InitializeException(String message,
Throwable cause) |
InitializeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InitializeException()
Exception.Exception()public InitializeException(String message)
message - the detail message. The detail message is saved for later retrieval by the
getMessage() method.Exception.Exception(String)public InitializeException(String message, Throwable cause)
cause - the cause (which is saved for later retrieval by the getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)message - the detail message. The detail message is saved for later retrieval by the
getMessage() method.Exception.Exception(String, Throwable)public InitializeException(Throwable cause)
cause - the cause (which is saved for later retrieval by the getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)Exception.Exception(Throwable)Copyright © 2019 Communote team. All rights reserved.