AppserverIo\Appserver\ServletEngine\Security\Realm::getExceptionStack PHP Метод

getExceptionStack() публичный Метод

Return's the exception stack.
public getExceptionStack ( ) : AppserverIo\Collections\ArrayList
Результат AppserverIo\Collections\ArrayList The exception stack
    public function getExceptionStack()
    {
        return $this->exceptionStack;
    }