br.ufsc.das.interceptor
Class InterceptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.ufsc.das.interceptor.InterceptionException
All Implemented Interfaces:
java.io.Serializable

public class InterceptionException
extends java.lang.Exception
implements java.io.Serializable

Exception launched by interceptors

See Also:
Serialized Form

Constructor Summary
InterceptionException(java.lang.String message, TSMessage content)
          Creates a new instance of InterceptionException
 
Method Summary
 TSMessage getContent()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptionException

public InterceptionException(java.lang.String message,
                             TSMessage content)
Creates a new instance of InterceptionException

Method Detail

getContent

public TSMessage getContent()