org.lsst.ccs.bus
Class DestinationsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.lsst.ccs.bus.DestinationsException
All Implemented Interfaces:
Serializable

public class DestinationsException
extends IOException

See Also:
Serialized Form

Field Summary
 String details
           
 Object[] failedDestinations
           
 
Constructor Summary
DestinationsException(Object... failedDestinations)
           
DestinationsException(String details, Object... failedDestinations)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

failedDestinations

public final Object[] failedDestinations

details

public final String details
Constructor Detail

DestinationsException

public DestinationsException(Object... failedDestinations)

DestinationsException

public DestinationsException(String details,
                             Object... failedDestinations)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2013 LSST. All Rights Reserved.