public class SlickException
extends java.lang.Exception
| Constructor and Description | 
|---|
| SlickException(java.lang.String message)Create a new exception with a detail message | 
| SlickException(java.lang.String message,
              java.lang.Throwable e)Create a new exception with a detail message | 
public SlickException(java.lang.String message)
message - The message describing the cause of this exceptionpublic SlickException(java.lang.String message,
                      java.lang.Throwable e)
message - The message describing the cause of this exceptione - The exception causing this exception to be thrown