Class UnsupportedDslOperationException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedDslOperationException
    extends net.sf.jkniv.sqlegance.RepositoryException
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedDslOperationException

        public UnsupportedDslOperationException()
        Throw message: this repository does not support DSL operation
      • UnsupportedDslOperationException

        public UnsupportedDslOperationException​(String msg)
        Constructor for UnsupportedDslOperationException.
        Parameters:
        msg - detailed message about the exception
      • UnsupportedDslOperationException

        public UnsupportedDslOperationException​(String msg,
                                                Throwable cause)
        Constructor for UnsupportedDslOperationException.
        Parameters:
        msg - detailed message about the exception
        cause - the trouble root cause , usually JDBC family exception
      • UnsupportedDslOperationException

        public UnsupportedDslOperationException​(Throwable cause)