com.neeve.link
Class ELnkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neeve.root.ERootException
              extended by com.neeve.link.ELnkException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ELnkAlreadyJoinedException, ELnkAlreadyPresentException, ELnkDescriptorFormatException, ELnkEndpointClassInstantiateException, ELnkEndpointClassLoadException, ELnkFlushInProgressException, ELnkHandshakeException, ELnkInvalidEventTypeException, ELnkInvalidLinkTypeException, ELnkInvalidStaticLTPException, ELnkMaxUsersReachedException, ELnkNotCompatibleException, ELnkNotGroupEndpointException, ELnkNotJoinedException, ELnkNotPresentException, ELnkOpFailedException, ELnkPrivateException, ELnkReadNotOperationalException, ELnkReadOperationalException

public class ELnkException
extends ERootException

Base exception class for all Link exceptions

See Also:
Serialized Form

Constructor Summary
ELnkException(String str)
          Construct using error string.
ELnkException(Throwable cause)
          Construct using a linked exception
 
Method Summary
 
Methods inherited from class com.neeve.root.ERootException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ELnkException

public ELnkException(Throwable cause)
Construct using a linked exception


ELnkException

public ELnkException(String str)
Construct using error string.



Copyright © 2015 Neeve Research, LLC. All Rights Reserved.