XTAS Project (0.6 beta)

xtas
Class InvalidDestinationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xtas.InvalidDestinationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDestinationException
extends java.lang.Exception

This exception is thrown when something wrong with destination resource

Version:
$Id: InvalidDestinationException.java,v 1.3 2002/11/27 13:41:51 geaz Exp $
See Also:
Serialized Form

Constructor Summary
InvalidDestinationException()
          Constructs an Exception without a message.
InvalidDestinationException(java.lang.String message)
          Constructs an Exception with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDestinationException

public InvalidDestinationException()
Constructs an Exception without a message.

InvalidDestinationException

public InvalidDestinationException(java.lang.String message)
Constructs an Exception with a detailed message.
Parameters:
Message - The message associated with the exception.

XTAS Project (0.6 beta)