org.jboss.narayana.blacktie.jatmibroker.jab
Class JABException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.narayana.blacktie.jatmibroker.jab.JABException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionException

public class JABException
extends Exception

The JABException is used throughout the JAB library to report issues to the client.

See Also:
Serialized Form

Constructor Summary
JABException(String msg)
          The JABException that doesn't need the root cause.
JABException(String msg, Throwable cause)
          Report a root cause.
 
Method Summary
 
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

JABException

public JABException(String msg,
                    Throwable cause)
Report a root cause.

Parameters:
msg - The message to include
cause - The root cause of the exception

JABException

public JABException(String msg)
The JABException that doesn't need the root cause.

Parameters:
msg - The message to include


Copyright © 2011. All Rights Reserved.