TrAP Parent
Package Index
|
Class Index
com.ericsson.research.transport
com.ericsson.research.transport.ssl
com.ericsson.research.transport.ws
com.ericsson.research.transport.ws.spi
com.ericsson.research.transport.ws.spi.util
com.ericsson.research.trap
com.ericsson.research.trap.auth
com.ericsson.research.trap.delegates
com.ericsson.research.trap.examples
com.ericsson.research.trap.impl
com.ericsson.research.trap.impl.buffers
com.ericsson.research.trap.impl.http
com.ericsson.research.trap.impl.queues
com.ericsson.research.trap.nio
com.ericsson.research.trap.nio.impl.nio1
com.ericsson.research.trap.nio.impl.nio2
com.ericsson.research.trap.spi
com.ericsson.research.trap.spi.queues
com.ericsson.research.trap.spi.tomcat
com.ericsson.research.trap.spi.transports
com.ericsson.research.trap.spi.ws.netty
com.ericsson.research.trap.tests
com.ericsson.research.trap.utils
com.ericsson.research.trap.utils.impl
Interfaces
WSAcceptListener
WSInterface
WSListener
WSServer
Classes
WSFactory
WSSecurityContext
WSURI
Exceptions
WSException
Package Index
|
Class Index
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
public class
WSException
extends
Exception
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
com.ericsson.research.transport.ws.WSException
Summary
Public Constructors
WSException
(
String
string)
WSException
(
Exception
e)
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized final void
addSuppressed
(
Throwable
arg0)
synchronized
Throwable
fillInStackTrace
()
synchronized
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized final
Throwable[]
getSuppressed
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
()
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
WSException
(
String
string)
public
WSException
(
Exception
e)