Groovy Documentation

org.linkedin.glu.groovy.utils.io
[Groovy] Class DestroyedProcessException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.io.IOException
              org.linkedin.glu.groovy.utils.io.DestroyedProcessException

class DestroyedProcessException
extends java.io.IOException

Authors:
yan@pongasoft.com


Constructor Summary
DestroyedProcessException()

DestroyedProcessException(java.lang.String s)

DestroyedProcessException(java.lang.String s, java.lang.Throwable throwable)

DestroyedProcessException(java.lang.Throwable throwable)

 
Method Summary
 
Methods inherited from class java.io.IOException
java.io.IOException#printStackTrace(java.io.PrintStream), java.io.IOException#printStackTrace(), java.io.IOException#printStackTrace(java.io.PrintWriter), java.io.IOException#fillInStackTrace(), java.io.IOException#getCause(), java.io.IOException#initCause(java.lang.Throwable), java.io.IOException#toString(), java.io.IOException#getMessage(), java.io.IOException#getLocalizedMessage(), java.io.IOException#getStackTrace(), java.io.IOException#setStackTrace([Ljava.lang.StackTraceElement;), java.io.IOException#wait(), java.io.IOException#wait(long), java.io.IOException#wait(long, int), java.io.IOException#equals(java.lang.Object), java.io.IOException#hashCode(), java.io.IOException#getClass(), java.io.IOException#notify(), java.io.IOException#notifyAll()
 
Methods inherited from class java.lang.Exception
java.lang.Exception#printStackTrace(java.io.PrintStream), java.lang.Exception#printStackTrace(), java.lang.Exception#printStackTrace(java.io.PrintWriter), java.lang.Exception#fillInStackTrace(), java.lang.Exception#getCause(), java.lang.Exception#initCause(java.lang.Throwable), java.lang.Exception#toString(), java.lang.Exception#getMessage(), java.lang.Exception#getLocalizedMessage(), java.lang.Exception#getStackTrace(), java.lang.Exception#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.Exception#wait(), java.lang.Exception#wait(long), java.lang.Exception#wait(long, int), java.lang.Exception#equals(java.lang.Object), java.lang.Exception#hashCode(), java.lang.Exception#getClass(), java.lang.Exception#notify(), java.lang.Exception#notifyAll()
 
Methods inherited from class java.lang.Throwable
java.lang.Throwable#printStackTrace(java.io.PrintStream), java.lang.Throwable#printStackTrace(), java.lang.Throwable#printStackTrace(java.io.PrintWriter), java.lang.Throwable#fillInStackTrace(), java.lang.Throwable#getCause(), java.lang.Throwable#initCause(java.lang.Throwable), java.lang.Throwable#toString(), java.lang.Throwable#getMessage(), java.lang.Throwable#getLocalizedMessage(), java.lang.Throwable#getStackTrace(), java.lang.Throwable#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.Throwable#wait(), java.lang.Throwable#wait(long), java.lang.Throwable#wait(long, int), java.lang.Throwable#equals(java.lang.Object), java.lang.Throwable#hashCode(), java.lang.Throwable#getClass(), java.lang.Throwable#notify(), java.lang.Throwable#notifyAll()
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

DestroyedProcessException

DestroyedProcessException()


DestroyedProcessException

DestroyedProcessException(java.lang.String s)


DestroyedProcessException

DestroyedProcessException(java.lang.String s, java.lang.Throwable throwable)


DestroyedProcessException

DestroyedProcessException(java.lang.Throwable throwable)


 

Groovy Documentation