org.duracloud.services.script.error
Class ScriptServiceException

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
                  extended by org.duracloud.services.script.error.ScriptServiceException
All Implemented Interfaces:
java.io.Serializable

public class ScriptServiceException
extends ServiceRuntimeException

Author:
Bill Branan Date: Dec 11, 2009
See Also:
Serialized Form

Constructor Summary
ScriptServiceException(java.lang.Exception e)
           
ScriptServiceException(java.lang.String msg)
           
ScriptServiceException(java.lang.String msg, java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class org.duracloud.services.common.error.ServiceRuntimeException
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

ScriptServiceException

public ScriptServiceException(java.lang.String msg)

ScriptServiceException

public ScriptServiceException(java.lang.String msg,
                              java.lang.Throwable e)

ScriptServiceException

public ScriptServiceException(java.lang.Exception e)


Copyright © 2009-2010 DuraSpace. All Rights Reserved.