org.ourgrid.peer.ui.exception
Class PeerUIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.exception.OurgridException
              extended by org.ourgrid.peer.ui.exception.PeerUIException
All Implemented Interfaces:
java.io.Serializable

public class PeerUIException
extends OurgridException

See Also:
Serialized Form

Constructor Summary
PeerUIException()
           
PeerUIException(java.lang.String message)
           
PeerUIException(java.lang.String message, java.lang.Throwable newDetail)
           
PeerUIException(java.lang.Throwable newDetail)
           
 
Method Summary
 
Methods inherited from class org.ourgrid.common.exception.OurgridException
getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeerUIException

public PeerUIException()

PeerUIException

public PeerUIException(java.lang.String message,
                       java.lang.Throwable newDetail)

PeerUIException

public PeerUIException(java.lang.String message)

PeerUIException

public PeerUIException(java.lang.Throwable newDetail)