mta.mining.ab
Class NoInformationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymta.mining.ab.NoInformationException
All Implemented Interfaces:
java.io.Serializable

public class NoInformationException
extends java.lang.Exception

Exception thrown to indicate that information is not available about a particular call site. This indicates that it is not possible to determine whether a call occurs in exceptional cleanup code.

Author:
Alex Kinneer
See Also:
Serialized Form

Constructor Summary
NoInformationException()
           
NoInformationException(java.lang.String message)
           
NoInformationException(java.lang.String message, java.lang.Throwable cause)
           
NoInformationException(java.lang.Throwable cause)
           
 
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

NoInformationException

public NoInformationException()

NoInformationException

public NoInformationException(java.lang.String message)

NoInformationException

public NoInformationException(java.lang.Throwable cause)

NoInformationException

public NoInformationException(java.lang.String message,
                              java.lang.Throwable cause)