org.simantics.databoard.adapter
Class AdaptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.simantics.databoard.adapter.AdaptException
All Implemented Interfaces:
java.io.Serializable

public class AdaptException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AdaptException()
           
AdaptException(java.lang.String message)
           
AdaptException(java.lang.String message, java.lang.Throwable cause)
           
AdaptException(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
 

Constructor Detail

AdaptException

public AdaptException()

AdaptException

public AdaptException(java.lang.String message,
                      java.lang.Throwable cause)

AdaptException

public AdaptException(java.lang.String message)

AdaptException

public AdaptException(java.lang.Throwable cause)