com.sun.xml.ws.developer
Class ServerSideException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.developer.ServerSideException
All Implemented Interfaces:
Serializable

public class ServerSideException
extends Exception

Represents the exception that has occurred on the server side.

When an exception occurs on the server, JAX-WS RI sends the stack trace of that exception to the client. On the client side, instances of this class are used to represent such stack trace.

Since:
2.1
See Also:
Serialized Form

Constructor Summary
ServerSideException(String className, String message)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerSideException

public ServerSideException(String className,
                           String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable