com.sun.sgs.impl.service.data.store
Class NetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.sgs.app.TransactionException
com.sun.sgs.app.TransactionAbortedException
com.sun.sgs.impl.service.data.store.NetworkException
- All Implemented Interfaces:
- ExceptionRetryStatus, Serializable
public class NetworkException
- extends TransactionAbortedException
Thrown when an operation fails because the system aborted the current
transaction due to a network communication failure.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NetworkException
public NetworkException(String message)
- Creates an instance of this class with the specified detail message.
- Parameters:
message - the detail message or null
NetworkException
public NetworkException(String message,
Throwable cause)
- Creates an instance of this class with the specified detail message and
cause.
- Parameters:
message - the detail message or nullcause - the cause or null
Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved