com.sun.xml.ws.developer
Class ServerSideException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.ws.developer.ServerSideException
- All Implemented Interfaces:
- java.io.Serializable
public class ServerSideException
- extends java.lang.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerSideException
public ServerSideException(java.lang.String className,
java.lang.String message)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.