org.openspml.v2.transport
Class Spml2TransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openspml.v2.transport.Spml2TransportException
- All Implemented Interfaces:
- java.io.Serializable
- public class Spml2TransportException
- extends java.lang.Exception
This is not the same as an Spml2Exception - it is meant
to bridge between Spml2Transport and the implementation,
e.g. ServletException.
- See Also:
- Serialized Form
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 |
Spml2TransportException
public Spml2TransportException(java.lang.String message)
Spml2TransportException
public Spml2TransportException(java.lang.Throwable cause)
Spml2TransportException
public Spml2TransportException(java.lang.String message,
java.lang.Throwable cause)
Copyright © Sun Microsystems, Inc. All Rights Reserved.