|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.lsst.ccs.bus.DestinationsException
public class DestinationsException
| 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 |
|---|
public final Object[] failedDestinations
public final String details
| Constructor Detail |
|---|
public DestinationsException(Object... failedDestinations)
public DestinationsException(String details,
Object... failedDestinations)
| Method Detail |
|---|
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||