com.tibco.bw.poa.runtime
Class AspectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tibco.bw.poa.runtime.AspectException
All Implemented Interfaces:
java.io.Serializable

public class AspectException
extends java.lang.Exception

The parent of all the aspect specific exceptions.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
AspectException(java.lang.String exception)
           
AspectException(java.lang.String exception, java.lang.Throwable throwable)
           
AspectException(java.lang.Throwable throwable)
           
 
Method Summary
 AdviceContext getAdviceContext()
           
 void setAdviceContext(AdviceContext adviceContext)
           
 
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

AspectException

public AspectException(java.lang.Throwable throwable)

AspectException

public AspectException(java.lang.String exception)

AspectException

public AspectException(java.lang.String exception,
                       java.lang.Throwable throwable)
Method Detail

getAdviceContext

public AdviceContext getAdviceContext()

setAdviceContext

public void setAdviceContext(AdviceContext adviceContext)


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved