Class IncompatibleProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.conciliate.extensions.uploadservice.UploadException
se.conciliate.extensions.uploadservice.IncompatibleProfileException
- All Implemented Interfaces:
Serializable
Thrown when trying to use a profile not compatible with this service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleProfileException
(Class<? extends UploadService> serviceType, Class<? extends UploadService> profileType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleProfileException
public IncompatibleProfileException(Class<? extends UploadService> serviceType, Class<? extends UploadService> profileType)
-
-
Method Details
-
getProfileType
-
getServiceType
-