org.sourcejammer.project.view
Class FileSendException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourcejammer.util.SourceJammerExceptionChain
                    |
                    +--org.sourcejammer.project.view.FileSendException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StreamClosedException

public class FileSendException
extends org.sourcejammer.util.SourceJammerExceptionChain

Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project

Version:
1.0
Author:
Robert MacGrogan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sourcejammer.util.SourceJammerExceptionChain
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FileSendException()
           
FileSendException(java.lang.String msg)
           
FileSendException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.sourcejammer.util.SourceJammerExceptionChain
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSendException

public FileSendException()

FileSendException

public FileSendException(java.lang.String msg)

FileSendException

public FileSendException(java.lang.String msg,
                         java.lang.Exception ex)


Copyright © 2003 Soucejammer project.