Package io.keyko.nevermined.exceptions
Class NeverminedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.keyko.nevermined.exceptions.NeverminedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConditionNotFoundException,ConsumeServiceException,DDOException,DIDFormatException,DIDRegisterException,EncryptionException,EscrowRewardException,EthereumException,ExecutorException,InitializationException,InitializeConditionsException,InvalidConfiguration,LockRewardFulfillException,OrderException,ServiceAgreementException,ServiceException,TokenApproveException
public abstract class NeverminedException extends Exception
Base Class to implement a hierarchy of Functional Nevermined Exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeverminedException(String message)NeverminedException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-