hypercast.MonitorAndControl
Class NoSuchPortalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--hypercast.MonitorAndControl.NoSuchPortalException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPortalException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NoSuchPortalException()
           
NoSuchPortalException(java.lang.String message)
           
NoSuchPortalException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchPortalException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchPortalException

public NoSuchPortalException()

NoSuchPortalException

public NoSuchPortalException(java.lang.String message)

NoSuchPortalException

public NoSuchPortalException(java.lang.String message,
                             java.lang.Throwable cause)

NoSuchPortalException

public NoSuchPortalException(java.lang.Throwable cause)