public class RegistrationException extends AbstractEngineException
| Constructor and Description |
|---|
RegistrationException(Exception cause)
Constructor.
|
RegistrationException(String message)
Constructor.
|
RegistrationException(String message,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RegistrationException(String message)
message - an error messagepublic RegistrationException(String message, Throwable cause)
message - an error messagecause - the underlying causepublic RegistrationException(Exception cause)
cause - the underlying causeCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.