Class PersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.xml.ws.WebServiceException
-
- com.sun.xml.ws.rx.RxRuntimeException
-
- com.sun.xml.ws.rx.rm.runtime.sequence.persistent.PersistenceException
-
- All Implemented Interfaces:
Serializable
public final class PersistenceException extends RxRuntimeException
- Author:
- Marek Potociar (marek.potociar at sun.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException(String message)PersistenceException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-