org.duracloud.services.common.error
Class ServiceRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.duracloud.services.common.error.ServiceRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- J2kWrapperException, ScriptServiceException, WebAppDeployerException, WebappWrapperException
public class ServiceRuntimeException
- extends java.lang.RuntimeException
- Author:
- Andrew Woods
Date: Nov 30, 2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceRuntimeException
public ServiceRuntimeException(java.lang.String message)
ServiceRuntimeException
public ServiceRuntimeException(java.lang.String message,
int code)
ServiceRuntimeException
public ServiceRuntimeException(java.lang.String message,
java.lang.Throwable throwable)
ServiceRuntimeException
public ServiceRuntimeException(java.lang.String message,
java.lang.Throwable throwable,
int code)
ServiceRuntimeException
public ServiceRuntimeException(java.lang.Throwable throwable)
ServiceRuntimeException
public ServiceRuntimeException(java.lang.Throwable throwable,
int code)
getCode
public int getCode()
Copyright © 2009-2010 DuraSpace. All Rights Reserved.