summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/PiztorExcepiton.java
blob: 6d1861acd45f4de85ddfea7e761b7cdb2c7c10a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package com.macaroon.piztor;

class PiztorExcepiton extends Exception{
	private static final long serialVersionUID = -7147530695009854988L;

}

class ClassCannotFind extends PiztorExcepiton {
	//private class 
}