Class ProxyService.UnsupportedFeatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.perfectable.introspection.proxy.ProxyService.UnsupportedFeatureException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ProxyService
public static final class ProxyService.UnsupportedFeatureException extends RuntimeException
Thrown when factory cannot create a builder with requested features.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFeatureException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedFeatureException
public UnsupportedFeatureException(String message)
-
-