org.bejug.javacareers.common.util
Class FileUtilitiesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.bejug.javacareers.common.util.FileUtilitiesException
All Implemented Interfaces:
java.io.Serializable

public class FileUtilitiesException
extends java.lang.RuntimeException

Author:
admin
See Also:
Serialized Form

Constructor Summary
FileUtilitiesException(java.lang.String info)
           
FileUtilitiesException(java.lang.String info, java.lang.Throwable t)
           
 
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

FileUtilitiesException

public FileUtilitiesException(java.lang.String info)
Parameters:
info - is the info to be kept

FileUtilitiesException

public FileUtilitiesException(java.lang.String info,
                              java.lang.Throwable t)
Parameters:
info - is the info to be kept
t - is the throwable to be kept


Copyright © 2005-2006 BeJUG. All Rights Reserved.