public class UIServiceInstantiationException extends UIServiceRuntimeException
UIServiceInstantiationException exception, can be used on UIService implementation instantiation phase.| Constructor and Description |
|---|
UIServiceInstantiationException()
Default constructor.
|
UIServiceInstantiationException(String message)
Public constructor.
|
UIServiceInstantiationException(String message,
Throwable cause)
Public constructor.
|
UIServiceInstantiationException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UIServiceInstantiationException()
public UIServiceInstantiationException(String message)
message - exception messagepublic UIServiceInstantiationException(Throwable cause)
cause - exception causeCopyright © 2013–2019 BB Corp. All rights reserved.