Class NotSecure

  • All Implemented Interfaces:
    Serializable

    public class NotSecure
    extends RuntimeException
    Thrown when a non-secure resource (e.g. connection, http request, etc) has been encountered where a secured is expected.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotSecure

        public NotSecure​(Class<?> resourceType,
                         Object instance)
      • NotSecure

        public NotSecure​(String resourceType)