org.duracloud.services.common.error
Class ServiceRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ServiceRuntimeException(java.lang.String message)
           
ServiceRuntimeException(java.lang.String message, int code)
           
ServiceRuntimeException(java.lang.String message, java.lang.Throwable throwable)
           
ServiceRuntimeException(java.lang.String message, java.lang.Throwable throwable, int code)
           
ServiceRuntimeException(java.lang.Throwable throwable)
           
ServiceRuntimeException(java.lang.Throwable throwable, int code)
           
 
Method Summary
 int getCode()
           
 
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
 

Constructor Detail

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)
Method Detail

getCode

public int getCode()


Copyright © 2009-2010 DuraSpace. All Rights Reserved.