|
Sun Adapter for Batch/FTP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.stc.eways.common.eway.standalone.NestedException
com.stc.eways.batchext.BatchException
com.stc.eways.batchext.LocalFileException
public class LocalFileException
An exception class for local file component.
| Field Summary |
|---|
| Fields inherited from class com.stc.eways.common.eway.standalone.NestedException |
|---|
_NestedException |
| Constructor Summary | |
|---|---|
LocalFileException(java.lang.String msg)
Constructor. |
|
LocalFileException(java.lang.String msg,
java.lang.Exception ex)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.stc.eways.common.eway.standalone.NestedException |
|---|
getMessage, getNestedException, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalFileException(java.lang.String msg)
msg - Exception message.
public LocalFileException(java.lang.String msg,
java.lang.Exception ex)
msg - Exception message.ex - Nested exception.
|
Sun Adapter for Batch/FTP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||