1 37 38 package com.sun.j2ee.blueprints.signon; 39 40 44 public class SignOnLongIdException extends RuntimeException { 45 46 public SignOnLongIdException () { } 47 public SignOnLongIdException (String str) { super(str); } 48 public SignOnLongIdException (Throwable cause) { super(cause); } 49 public SignOnLongIdException (String str, Throwable cause) { super(str, cause); } 50 } 51 | Popular Tags |