public class UserServiceException extends RuntimeException
Constructor and Description |
---|
UserServiceException(String aMessage) |
UserServiceException(String aMessage,
Throwable aThrowable) |
UserServiceException(Throwable aThrowable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserServiceException(String aMessage)
RuntimeException(String)
public UserServiceException(String aMessage, Throwable aThrowable)
RuntimeException(String, Throwable)
public UserServiceException(Throwable aThrowable)
RuntimeException(Throwable)