Sun Adapter for File API

com.stc.connector.fileadapter.appconn
Class FileApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationException
              extended by com.stc.connector.fileadapter.appconn.FileApplicationException
All Implemented Interfaces:
java.io.Serializable

public class FileApplicationException
extends com.stc.connector.appconn.common.ApplicationException

Exception class for File application.

See Also:
Serialized Form

Constructor Summary
FileApplicationException()
          Creates a new instance of FileApplicationException without detail message.
FileApplicationException(java.lang.String msg)
          Constructs an instance of FileApplicationException with the specified detail message.
FileApplicationException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an instance of FileApplicationException with the specified detail message and the original 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileApplicationException

public FileApplicationException()
Creates a new instance of FileApplicationException without detail message.


FileApplicationException

public FileApplicationException(java.lang.String msg)
Constructs an instance of FileApplicationException with the specified detail message.

Parameters:
msg - the detail message.

FileApplicationException

public FileApplicationException(java.lang.String msg,
                                java.lang.Throwable cause)
Constructs an instance of FileApplicationException with the specified detail message and the original cause.

Parameters:
msg - the detail message.
cause - the original cause.

Sun Adapter for File API

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.