|
|||||||||
| 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.cysols.iodef.transport.TransportFailedException
public class TransportFailedException
The exception repsesents a failure to transport a xml file.
| Constructor Summary | |
|---|---|
TransportFailedException()
Constructs an Exception with no detail message. |
|
TransportFailedException(String message)
Constructs an Exception with the specified detail message. |
|
TransportFailedException(String message,
Throwable cause)
Constructs an Exception with the specified Exception and detail message. |
|
TransportFailedException(Throwable cause)
Constructs an Exception with the specified Exception. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransportFailedException()
public TransportFailedException(String message)
message - the detail message
public TransportFailedException(String message,
Throwable cause)
message - the detail messagecause - the detail messagepublic TransportFailedException(Throwable cause)
cause - the detail message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||