Package net.sf.jkniv.whinstone
Class UnsupportedDslOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jkniv.sqlegance.RepositoryException
-
- net.sf.jkniv.whinstone.UnsupportedDslOperationException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedDslOperationException extends net.sf.jkniv.sqlegance.RepositoryException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedDslOperationException()Throw message: this repository does not support DSL operationUnsupportedDslOperationException(String msg)Constructor for UnsupportedDslOperationException.UnsupportedDslOperationException(String msg, Throwable cause)Constructor for UnsupportedDslOperationException.UnsupportedDslOperationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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 exceptioncause- the trouble root cause , usually JDBC family exception
-
UnsupportedDslOperationException
public UnsupportedDslOperationException(Throwable cause)
-
-