water
Class DException

java.lang.Object
  extended by water.Iced
      extended by water.DException
All Implemented Interfaces:
java.lang.Cloneable, Freezable

public class DException
extends Iced

A Distributed Exception - an exception originally thrown on one node and passed to another.


Nested Class Summary
static class DException.DistributedException
           
 
Method Summary
 DException.DistributedException toEx()
           
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toEx

public DException.DistributedException toEx()