ThisShouldNeverHappenException.java :  » REST » propidle » com » googlecode » propidle » util » Java Open Source

Java Open Source » REST » propidle 
propidle » com » googlecode » propidle » util » ThisShouldNeverHappenException.java
package com.googlecode.propidle.util;

public class ThisShouldNeverHappenException extends RuntimeException {
    public ThisShouldNeverHappenException(String message,Throwable cause) {
        super(message,cause);
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.