org.simantics.databoard.accessor.wire
Class WireException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.simantics.databoard.accessor.wire.WireException
All Implemented Interfaces:
java.io.Serializable

public class WireException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 java.lang.String message
           
 
Constructor Summary
WireException(java.lang.String message)
           
WireException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public java.lang.String message
Constructor Detail

WireException

public WireException(java.lang.String message)

WireException

public WireException(java.lang.Throwable cause)