public static class MyCustomException.InnerException extends Throwable
| Constructor and Description |
|---|
InnerException()
Create a new instance
|
InnerException(String message)
Create a new instance
|
InnerException(String message,
Throwable cause)
Create a new instance
|
InnerException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InnerException()
public InnerException(String message)
message - the error messagepublic InnerException(String message, Throwable cause)
message - the error messagecause - the cause of the errorpublic InnerException(Throwable cause)
Copyright © 2016. All Rights Reserved.