|
CSympaMultiServeur 2.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.esupportail.portal.channels.CSympaMultiServeur.Exception.ChannelException
public class ChannelException
Id: ChannelException.java,v 1.0 16 janvier 2006
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: ChannelException
Original Author: Dusart Dorianet
An abstract exception
Constructor Summary | |
---|---|
ChannelException()
Constructor |
|
ChannelException(int errorCode)
Constructor |
|
ChannelException(java.lang.String message,
int errorCode)
Constructor |
Method Summary | |
---|---|
int |
getErrorCode()
Return the error code associated to this exception |
java.lang.String |
toString()
Return a string form of this exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChannelException()
public ChannelException(int errorCode)
errorCode
- the errorCode associate to this exceptionpublic ChannelException(java.lang.String message, int errorCode)
errorCode
- the errorCode associate to this exceptionMethod Detail |
---|
public int getErrorCode()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
CSympaMultiServeur 2.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |