org.rhq.common.drift
Class ChangeSetReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.rhq.common.drift.ChangeSetReaderException
All Implemented Interfaces:
Serializable

public class ChangeSetReaderException
extends IOException

An exception thrown by ChangeSetReader when an error occurs while parsing a change set file.

See Also:
Serialized Form

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

ChangeSetReaderException

public ChangeSetReaderException()

ChangeSetReaderException

public ChangeSetReaderException(String message)

ChangeSetReaderException

public ChangeSetReaderException(String message,
                                Throwable cause)

ChangeSetReaderException

public ChangeSetReaderException(Throwable cause)


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