org.jboss.jms.util
Class XMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.jms.util.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends java.lang.Exception

Version:
$Revision: 1174 $ $Id: XMLException.java 1174 2006-08-02 14:14:32Z timfox $
Author:
Ovidiu Feodorov
See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.String msg)
           
XMLException(java.lang.String msg, java.lang.Exception 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

XMLException

public XMLException(java.lang.String msg)

XMLException

public XMLException(java.lang.String msg,
                    java.lang.Exception cause)


Copyright © 2006 JBoss Inc. All Rights Reserved.