Class UnsupportedException

  • All Implemented Interfaces:
    java.io.Serializable, ExceptionInfo

    public class UnsupportedException
    extends OpenJPAException
    Exception type for attempts to perform unsupported operations.
    Since:
    0.2.5
    Author:
    Marc Prud'hommeaux
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedException

        public UnsupportedException()
      • UnsupportedException

        public UnsupportedException​(java.lang.String msg)
      • UnsupportedException

        public UnsupportedException​(Localizer.Message msg,
                                    java.lang.Throwable cause)