com.bigbross.bossa.io
Class DataTransferException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bigbross.bossa.BossaException
              extended bycom.bigbross.bossa.io.DataTransferException
All Implemented Interfaces:
Serializable

public class DataTransferException
extends BossaException

This exception is thrown if an error occours when exporting or importing Bossa data.

Author:
BigBross Team
See Also:
Serialized Form

Constructor Summary
DataTransferException()
          See BossaException.BossaException().
DataTransferException(String message)
          See BossaException.BossaException(String).
DataTransferException(String message, Throwable cause)
          See BossaException.BossaException(String, Throwable).
DataTransferException(Throwable cause)
          See BossaException.BossaException(Throwable).
 
Methods inherited from class com.bigbross.bossa.BossaException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataTransferException

public DataTransferException()
See BossaException.BossaException().

See Also:
BossaException.BossaException()

DataTransferException

public DataTransferException(String message)
See BossaException.BossaException(String).

See Also:
BossaException.BossaException(String)

DataTransferException

public DataTransferException(String message,
                             Throwable cause)
See BossaException.BossaException(String, Throwable).

See Also:
BossaException.BossaException(String, Throwable)

DataTransferException

public DataTransferException(Throwable cause)
See BossaException.BossaException(Throwable).

See Also:
BossaException.BossaException(Throwable)


Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.