org.rhq.enterprise.server.sync
Class IllegalExporterActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.