org.fuin.kickstart4j
Class DeleteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fuin.kickstart4j.DeleteException
All Implemented Interfaces:
Serializable

public final class DeleteException
extends Exception

Error deleting a local file.

See Also:
Serialized Form

Constructor Summary
DeleteException(String message)
          Constructor with message.
DeleteException(String message, Throwable cause)
          Constructor with message and 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

DeleteException

public DeleteException(String message)
Constructor with message.

Parameters:
message - Error message.

DeleteException

public DeleteException(String message,
                       Throwable cause)
Constructor with message and cause.

Parameters:
message - Error message.
cause - Cause.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.