com.sun.jini.norm
Class NormServerBaseImpl.InitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.jini.norm.NormServerBaseImpl.InitException
All Implemented Interfaces:
Serializable
Enclosing class:
NormServerBaseImpl

 class NormServerBaseImpl.InitException
extends Exception

Simple container for an alternative return a value so we can provide more detailed diagnostics.


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
private NormServerBaseImpl.InitException(String message, Throwable nested)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NormServerBaseImpl.InitException

private NormServerBaseImpl.InitException(String message,
                                         Throwable nested)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.