public class ServiceRuntimeException extends RuntimeException
Constructor and Description |
---|
ServiceRuntimeException(String message) |
ServiceRuntimeException(String message,
int code) |
ServiceRuntimeException(String message,
Throwable throwable) |
ServiceRuntimeException(String message,
Throwable throwable,
int code) |
ServiceRuntimeException(Throwable throwable) |
ServiceRuntimeException(Throwable throwable,
int code) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceRuntimeException(String message)
public ServiceRuntimeException(String message, int code)
public ServiceRuntimeException(String message, Throwable throwable, int code)
public ServiceRuntimeException(Throwable throwable)
public ServiceRuntimeException(Throwable throwable, int code)
Copyright © 2009-2013 DuraSpace. All Rights Reserved.