org.rhq.enterprise.server.sync
Class IllegalExporterActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.stream.XMLStreamException
              extended by org.rhq.enterprise.server.sync.IllegalExporterActionException
All Implemented Interfaces:
Serializable

public class IllegalExporterActionException
extends XMLStreamException

This exception gets thrown from ExportWriter when some exporter performs an illegal action on the writer.

Author:
Lukas Krejci
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested
 
Constructor Summary
IllegalExporterActionException()
           
IllegalExporterActionException(String msg)
           
IllegalExporterActionException(String msg, Location location)
           
IllegalExporterActionException(String msg, Location location, Throwable th)
           
IllegalExporterActionException(String msg, Throwable th)
           
IllegalExporterActionException(Throwable th)
           
 
Method Summary
 
Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedException
 
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

IllegalExporterActionException

public IllegalExporterActionException()

IllegalExporterActionException

public IllegalExporterActionException(String msg,
                                      Location location,
                                      Throwable th)

IllegalExporterActionException

public IllegalExporterActionException(String msg,
                                      Location location)

IllegalExporterActionException

public IllegalExporterActionException(String msg,
                                      Throwable th)

IllegalExporterActionException

public IllegalExporterActionException(String msg)

IllegalExporterActionException

public IllegalExporterActionException(Throwable th)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.