Search Results
OK to copy?
Examples 11 through 20 of
179 (0.087 seconds)
Class:
com.technoetic.xplanner.db.DatabaseQueryException
©,
Rating:
0% of 0,
C1
Class: com.technoetic.xplanner.db.DatabaseQueryException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.AuthenticationException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.AuthenticationException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.AuthenticationException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.AuthenticationException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.soap.ObjectNotFoundException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.soap.ObjectNotFoundException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.soap.ObjectNotFoundException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.soap.ObjectNotFoundException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.db.DatabaseQueryException ©, Rating: 0% of 0, C1
02
03 public class DatabaseQueryException extends Exception {
04 public DatabaseQueryException() {
05 }
06
Class: com.technoetic.xplanner.security.AuthenticationException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.AuthenticationException ©, Rating: 0% of 0, C1
13
14 public AuthenticationException(String message, Throwable cause) {
15 super(message, cause);
16 }
17
Class: com.technoetic.xplanner.security.AuthenticationException ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.AuthenticationException ©, Rating: 0% of 0, C1
05 */
06 public class AuthenticationException extends Exception {
07 public AuthenticationException() {
08 }
09
Class: com.technoetic.xplanner.soap.ObjectNotFoundException ©, Rating: 0% of 0, C1
05 public ObjectNotFoundException(String message) { super(message); }
06 public ObjectNotFoundException(Throwable cause) { super(cause); }
07 public ObjectNotFoundException(String message, Throwable cause) { super(message, cause); }
08 public ObjectNotFoundException(Class aClass, int id, net.sf.hibernate.ObjectNotFoundException ex) {
09 this(aClass.getName() + " with id=" + id + " not found", ex);
Class: com.technoetic.xplanner.soap.ObjectNotFoundException ©, Rating: 0% of 0, C1
04 public ObjectNotFoundException() { }
05 public ObjectNotFoundException(String message) { super(message); }
06 public ObjectNotFoundException(Throwable cause) { super(cause); }
07 public ObjectNotFoundException(String message, Throwable cause) { super(message, cause); }
08 public ObjectNotFoundException(Class aClass, int id, net.sf.hibernate.ObjectNotFoundException ex) {
Class: com.technoetic.xplanner.soap.ObjectNotFoundException ©, Rating: 0% of 0, C1
03 public class ObjectNotFoundException extends Exception {
04 public ObjectNotFoundException() { }
05 public ObjectNotFoundException(String message) { super(message); }
06 public ObjectNotFoundException(Throwable cause) { super(cause); }
07 public ObjectNotFoundException(String message, Throwable cause) { super(message, cause); }
Class: com.technoetic.xplanner.soap.ObjectNotFoundException ©, Rating: 0% of 0, C1
02
03 public class ObjectNotFoundException extends Exception {
04 public ObjectNotFoundException() { }
05 public ObjectNotFoundException(String message) { super(message); }
06 public ObjectNotFoundException(Throwable cause) { super(cause); }