org.duracloud.services.common.error
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.services.common.error.ServiceException
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceException
- extends java.lang.Exception
- 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 |
ServiceException
public ServiceException(java.lang.String message)
ServiceException
public ServiceException(java.lang.String message,
int code)
ServiceException
public ServiceException(java.lang.String message,
java.lang.Throwable throwable)
ServiceException
public ServiceException(java.lang.String message,
java.lang.Throwable throwable,
int code)
ServiceException
public ServiceException(java.lang.Throwable throwable)
ServiceException
public ServiceException(java.lang.Throwable throwable,
int code)
getCode
public int getCode()
Copyright © 2009-2010 DuraSpace. All Rights Reserved.