Class AbstractUnimplementedApiClient.UnimplementedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient.UnimplementedOperationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
AbstractUnimplementedApiClient
public static class AbstractUnimplementedApiClient.UnimplementedOperationException
extends es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
UnimplementedOperationException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnimplementedOperationException(String subsystem, String operation) Default constructor for a subsystem operation that does not exist. -
Method Summary
Methods inherited from class es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
canEqual, equals, getAdditionalInfo, getCode, getDetails, getHttpStatus, hashCode, setAdditionalInfo, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnimplementedOperationException
Default constructor for a subsystem operation that does not exist.- Parameters:
subsystem- subsystem where the missing operation has been invoked.operation- operation that has been invoked.
-