Sun Adapter for File API

com.stc.connector.appconn.file
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.appconn.file.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.
 
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.

Sun Adapter for File API

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