Class UnmappedException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class UnmappedException extends CoreException
An exception that is safe to forward to clients. Never send any exception that might occur directly to clients.
See Also:
Serialized Form
  • Constructor Details

    • UnmappedException

      public UnmappedException(Throwable throwable)