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