org.jboss.xb.binding
Class JBossXBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.xb.binding.JBossXBException
All Implemented Interfaces:
Serializable

public class JBossXBException
extends Exception

Version:
$Revision: 1.1.2.4 $
Author:
Alexey Loubyansky
See Also:
Serialized Form

Constructor Summary
JBossXBException()
           
JBossXBException(String message)
           
JBossXBException(String message, Throwable cause)
           
JBossXBException(Throwable 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

JBossXBException

public JBossXBException()

JBossXBException

public JBossXBException(String message)

JBossXBException

public JBossXBException(Throwable cause)

JBossXBException

public JBossXBException(String message,
                        Throwable cause)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.