public class PublicException extends ApplicationException
| Constructor and Description |
|---|
PublicException(ErrorCase errorCase)
Constructs the Exception
|
PublicException(ErrorCase errorCase,
String message,
Throwable e)
Constructs the Exception
|
PublicException(ErrorCase errorCase,
Throwable e)
Constructs the Exception
|
PublicException(String message)
Constructs the Exception
|
PublicException(String message,
Throwable e)
Constructs the Exception
|
PublicException(Throwable e)
Constructs the Exception
|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PublicException(ErrorCase errorCase)
errorCase - - the ErrorCase for this messagepublic PublicException(String message)
message - - the error message for this exceptionpublic PublicException(Throwable e)
e - - the root cause for this exceptionpublic PublicException(String message, Throwable e)
message - - the error message for this exceptione - - the root cause for this exceptionpublic PublicException(ErrorCase errorCase, Throwable e)
errorCase - - the ErrorCase for this messagee - - the root cause for this exceptionCopyright © 2016 Eclipse Stardust. All Rights Reserved.