ewe.database
Class BackupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.database.BackupException

public class BackupException
extends IOException


Constructor Summary
BackupException()
           
BackupException(String msg)
           
BackupException(String message, Throwable cause)
           
BackupException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

BackupException

public BackupException(String msg)
Parameters:
msg -

BackupException

public BackupException()

BackupException

public BackupException(Throwable cause)
Parameters:
cause -

BackupException

public BackupException(String message,
                       Throwable cause)
Parameters:
message -
cause -