org.springframework.extensions.surf.exception
Class ProcessorExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.springframework.extensions.surf.exception.ProcessorExecutionException
All Implemented Interfaces:
Serializable

public class ProcessorExecutionException
extends Exception

Author:
muzquiano
See Also:
Serialized Form

Field Summary
protected  String myMessage
           
 
Constructor Summary
ProcessorExecutionException(Exception ex)
           
ProcessorExecutionException(String message)
           
ProcessorExecutionException(String message, Exception ex)
           
 
Method Summary
 String getMessage()
           
 void setMessage(String myMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myMessage

protected String myMessage
Constructor Detail

ProcessorExecutionException

public ProcessorExecutionException(String message)

ProcessorExecutionException

public ProcessorExecutionException(String message,
                                   Exception ex)

ProcessorExecutionException

public ProcessorExecutionException(Exception ex)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

setMessage

public void setMessage(String myMessage)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.