org.apache.cxf.systest.jaxb.service
Class TestServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.systest.jaxb.service.TestServiceException
All Implemented Interfaces:
java.io.Serializable

public class TestServiceException
extends java.lang.Exception

Class used to test for unwanted serialization of exception fields.

See Also:
Serialized Form

Field Summary
 java.lang.String publicString
           
 
Constructor Summary
TestServiceException()
           
TestServiceException(java.lang.String message)
           
 
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
 

Field Detail

publicString

public java.lang.String publicString
Constructor Detail

TestServiceException

public TestServiceException()

TestServiceException

public TestServiceException(java.lang.String message)


Apache CXF